#BDAD72

Color #BDAD72 Ecru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecru #BDAD72

Tints of Ecru #BDAD72

Color information

#BDAD72 (or 0xBDAD72) is unknown color: approx Ecru. HEX triplet: BD, AD and 72. RGB value is (189,173,114). Sum of RGB (Red+Green+Blue) = 189+173+114=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAD72 is #42528D. Grayscale: #ABABAB. Windows color (decimal): -4346510 or 7515581. OLE color: 7515581.

HSL color Cylindrical-coordinate representation of color #BDAD72: hue angle of 47.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDAD72 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB189173114-
CMYK00.080.400.26
HSL47.2º36.23%59.41%-
HSV(B)47.2º39.68%74.12%-
XYZ38.9741.9221.96-
YUV171.0695.8140.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 39.71%
GREEN value IS 173 (67.97% from 255) = 36.34%
BLUE value IS 114 (44.92% from 255) = 23.95%
R=39.71%
G=36.34%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917311400.080.400.2647.236.2359.41
HexBDAD7208281A2f243b
Octal2752551620105032574473
Binary101111011010110111100100100010100011010101111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAD72; }

 p { color: rgb(189,173,114); }

 H1.HeaderClassName
 {
   color: #BDAD72;
 }
 .AnyTagClassName
 {
   color: #BDAD72;
 }
</style>
background-color css

<style>
 a { background-color: #BDAD72; }

 a { background-color: rgb(189,173,114); }

 div.DivClassName
 {
   background-color: #BDAD72;
 }
 .BgClassName
 {
   background-color: #BDAD72;
 }
</style>
border-color css

<style>
 span { border-color: #BDAD72; }

 span { border-color: rgb(189,173,114); }

 td.TdClassName
 {
   border-color: #BDAD72;
 }
 .TagClassName
 {
   border-color: #BDAD72;
 }
</style>