COLOR #BDAB68

HEX: #BDAB68 RGB: (189,171,104)

Color info

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

RGB color model

#BDAB68 color RGB value is (189,171,104).

RGB: (189,171,104) (74%, 67%, 41%)

RGB channels and saturation

R 189 of 255 = 74%
G 171 of 255 = 67%
B 104 of 255 = 41%

189
171
104

R + G + B ~ 61%. #BDAB68 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 171 + 104 = 464 (100%)
R 189 of 464 ~ 40.73%
G 171 of 464 ~ 36.85%
B 104 of 464 ~ 22.41'%

%40.73
%36.85
%22.41

CMYK color model

#BDAB68 color CMYK value is (0,10,45,26).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 44.97%
  • key color value is 25.88%

CMYK: (0,10,45,26)
C0M10Y45K26 (0%, 10%, 45%, 26%)
(0.00 / 0.10 / 0.45 / 0.26)

CMYK percentages

%0
%9.52
%44.97
%25.88

Codes

Color #BDAB68 in popluar color models

BD AB 68
RGB 189 171 104
HSL 47° 39.17% 57.45%
HSB/HSV 47° 44.97% 74.12%
CMYK 0.00% 9.52% 44.97%
25.88%

Color #BDAB68 in popluar number systems.

HEX BD AB 68
Decimal 189 171 104
Binary 10111101 10101011 1101000
Octal 275 253 150

Shades and tints

Shades of #BDAB68

#BDAB68
(189,171,104)
#AC9C5F
(172,156,95)
#9B8D56
(155,141,86)
#8A7E4D
(138,126,77)
#796F44
(121,111,68)
#68603B
(104,96,59)
#575132
(87,81,50)
#464229
(70,66,41)
#353320
(53,51,32)
#242417
(36,36,23)
#13150E
(19,21,14)
#000000
(0,0,0)

Tints of #BDAB68

#BDAB68
(189,171,104)
#C3B275
(195,178,117)
#C9B982
(201,185,130)
#CFC08F
(207,192,143)
#D5C79C
(213,199,156)
#DBCEA9
(219,206,169)
#E1D5B6
(225,213,182)
#E7DCC3
(231,220,195)
#EDE3D0
(237,227,208)
#F3EADD
(243,234,221)
#F9F1EA
(249,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAB68; }

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

This text font color is #BDAB68.

Background Color

.myBgColor { background-color: #BDAB68; }

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

This div background color is #BDAB68.

Border color

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

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

This div border color is #BDAB68.

Opacity

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

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

Text with #BDAB68 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 #BDAB68;}

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

This text has shadow with #BDAB68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDAB68.

Preview

Color preview on black background

This text has color #BDAB68 on black background.


Color preview on white background

This text has color #BDAB68 on white background.


Black color preview on #BDAB68 background

This text has black color on #BDAB68 background.


White color preview on #BDAB68 background

This text has white color on #BDAB68 background.


Related colors

Complementary color

Complementary color for #hex is #425497.


I love getcolorcode.com

Triadic colors

1 #68BDAB and #AB68BD with #BDAB68 are triadic colors.

2 #68ABBD and #ABBD68 with #BDAB68 are triadic colors.