#BDAB72

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

Shades of Ecru #BDAB72

Tints of Ecru #BDAB72

Color information

#BDAB72 (or 0xBDAB72) is unknown color: approx Ecru. HEX triplet: BD, AB and 72. RGB value is (189,171,114). Sum of RGB (Red+Green+Blue) = 189+171+114=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 114 (44.92% from 255 or 24.05% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB72 is #42548D. Grayscale: #AAAAAA. Windows color (decimal): -4347022 or 7515069. OLE color: 7515069.

HSL color Cylindrical-coordinate representation of color #BDAB72: hue angle of 45.6º 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 #BDAB72 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB189171114-
CMYK00.100.400.26
HSL45.6º36.23%59.41%-
HSV(B)45.6º39.68%74.12%-
XYZ38.5941.1621.83-
YUV169.8896.46141.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.87%
GREEN value IS 171 (67.19% from 255) = 36.08%
BLUE value IS 114 (44.92% from 255) = 24.05%
R=39.87%
G=36.08%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917111400.100.400.2645.636.2359.41
HexBDAB720A281A2e243b
Octal2752531620125032564473
Binary101111011010101111100100101010100011010101110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAB72; }

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

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

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

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

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

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

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

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