COLOR #BDAB64

HEX: #BDAB64
RGB: (189,171,100)

Color info

#BDAB64 contains mainly red and green colors. Web safe color of #BDAB64 is #CC9966 (or #C96).

RGB color model

#BDAB64 color RGB value is (189,171,100).

  • red value is 189;
  • green value is 171;
  • blue value is 100.
RGB:
(189,171,100)
(74%,67%,39%)

RGB channels and saturation

R 189 of 255 = 74%
G 171 of 255 = 67%
B 100 of 255 = 39%

189
171
100

R + G + B ~ 60%. #BDAB64 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
189 + 171 + 100 = 460 (100%)
R 189 of 460 ~ 41.09%
G 171 of 460 ~ 37.17%
B 100 of 460 ~ 21.74%

%41.09
%37.17
%21.74

CMYK color model

#BDAB64 color CMYK value is (0,10,47,26).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 47.09%
  • key color value is 25.88%
CMYK:
(0,10,47,26)
C0M10Y47K26 
(0%,10%,47%,26%)
(0.00/0.10/0.47/0.26)	

CMYK percentages

%0
%9.52
%47.09
%25.88

Codes

Color #BDAB64 in popluar color models

BDAB64
RGB189171100
HSL48°40.27%56.67%
HSB/HSV48°47.09%74.12%
CMYK0.00%9.52%47.09%
25.88%

Color #BDAB64 in popluar number systems.

HEXBDAB64
Decimal189171100
Binary10111101101010111100100
Octal275253144

Shades and tints

Shades of #BDAB64

#BDAB64
(189,171,100)
#AC9C5B
(172,156,91)
#9B8D52
(155,141,82)
#8A7E49
(138,126,73)
#796F40
(121,111,64)
#686037
(104,96,55)
#57512E
(87,81,46)
#464225
(70,66,37)
#35331C
(53,51,28)
#242413
(36,36,19)
#13150A
(19,21,10)
#000000
(0,0,0)

Tints of #BDAB64

#BDAB64
(189,171,100)
#C3B272
(195,178,114)
#C9B980
(201,185,128)
#CFC08E
(207,192,142)
#D5C79C
(213,199,156)
#DBCEAA
(219,206,170)
#E1D5B8
(225,213,184)
#E7DCC6
(231,220,198)
#EDE3D4
(237,227,212)
#F3EAE2
(243,234,226)
#F9F1F0
(249,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDAB64 color. Also use rgb(189,171,100) instead hex code.

Text Font Color

.myTextColor { color: #BDAB64; }

<p style="color:#BDAB64">This sample text font color is #BDAB64.</p>

This text font color is #BDAB64.


Background Color

.myBgColor { background-color: #BDAB64; }

<div style="background-color:#BDAB64">Inner text</div>

This div background color is #BDAB64.


Border color

.myBorderColor { border: 1px solid #BDAB64; }

<div style="border:3px solid #BDAB64">Div</div>

This div border color is #BDAB64.


Opacity

.myOpacity80 { color: #BDAB64; opacity: 0.8; }

<p style="color:#BDAB64;opacity:0.8;">80%</p>

Text with #BDAB64 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BDAB64;}

<p style="text-shadow: 3px 3px 1px #BDAB64">Text here.</p>

This text has shadow with #BDAB64 color.

.textShadow {text-shadow: 3px 3px 1px #BDAB64, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BDAB64, 5px 5px 20px red">Text here.</p>

This text has shadow with #BDAB64 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BDAB64, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BDAB64, Direction=45, Strength=4)">Text</p>

This text has shadow with #BDAB64 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BDAB64;
  -webkit-box-shadow:	1px 1px 3px 2px #BDAB64;
  box-shadow:		1px 1px 3px 2px #BDAB64;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BDAB64;
-webkit-box-shadow: 1px 1px 3px 2px #BDAB64;
box-shadow:1px 1px 3px 2px #BDAB64;">
Div content here</div>
This div box has shadow with color #BDAB64.

Preview

Color preview on black background

This text has color #BDAB64 on black background.


Color preview on white background

This text has color #BDAB64 on white background.



Black color preview on #BDAB64 background

This text has black color on #BDAB64 background.


White color preview on #BDAB64 background

This text has white color on #BDAB64 background.