COLOR #BDA768

HEX: #BDA768 RGB: (189,167,104)

Color info

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

RGB color model

#BDA768 color RGB value is (189,167,104).

RGB: (189,167,104) (74%, 65%, 41%)

RGB channels and saturation

R 189 of 255 = 74%
G 167 of 255 = 65%
B 104 of 255 = 41%

189
167
104

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

Portions of RGB colors in percentages

R + G + B = 189 + 167 + 104 = 460 (100%)
R 189 of 460 ~ 41.09%
G 167 of 460 ~ 36.3%
B 104 of 460 ~ 22.61'%

%41.09
%36.3
%22.61

CMYK color model

#BDA768 color CMYK value is (0,12,45,26).

  • cyan value is 0.00%
  • magenta value is 11.64%
  • yellow value is 44.97%
  • key color value is 25.88%
CMYK: (0,12,45,26) C0M12Y45K26 (0%,12%,45%,26%) (0.00/0.12/0.45/0.26) 

CMYK percentages

%0
%11.64
%44.97
%25.88

Codes

Color #BDA768 in popluar color models

BD A7 68
RGB 189 167 104
HSL 44° 39.17% 57.45%
HSB/HSV 44° 44.97% 74.12%
CMYK 0.00% 11.64% 44.97%
25.88%

Color #BDA768 in popluar number systems.

HEX BD A7 68
Decimal 189 167 104
Binary 10111101 10100111 1101000
Octal 275 247 150

Shades and tints

Shades of #BDA768

#BDA768
(189,167,104)
#AC985F
(172,152,95)
#9B8956
(155,137,86)
#8A7A4D
(138,122,77)
#796B44
(121,107,68)
#685C3B
(104,92,59)
#574D32
(87,77,50)
#463E29
(70,62,41)
#352F20
(53,47,32)
#242017
(36,32,23)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #BDA768

#BDA768
(189,167,104)
#C3AF75
(195,175,117)
#C9B782
(201,183,130)
#CFBF8F
(207,191,143)
#D5C79C
(213,199,156)
#DBCFA9
(219,207,169)
#E1D7B6
(225,215,182)
#E7DFC3
(231,223,195)
#EDE7D0
(237,231,208)
#F3EFDD
(243,239,221)
#F9F7EA
(249,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA768; }

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

This text font color is #BDA768.

Background Color

.myBgColor { background-color: #BDA768; }

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

This div background color is #BDA768.

Border color

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

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

This div border color is #BDA768.

Opacity

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

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

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

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

This text has shadow with #BDA768 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA768.

Preview

Color preview on black background

This text has color #BDA768 on black background.


Color preview on white background

This text has color #BDA768 on white background.


Black color preview on #BDA768 background

This text has black color on #BDA768 background.


White color preview on #BDA768 background

This text has white color on #BDA768 background.


Related colors

Complementary color

Complementary color for #hex is #425897.


I love getcolorcode.com

Triadic colors

1 #68BDA7 and #A768BD with #BDA768 are triadic colors.

2 #68A7BD and #A7BD68 with #BDA768 are triadic colors.