#BDAB76

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

Shades of Ecru #BDAB76

Tints of Ecru #BDAB76

Color information

#BDAB76 (or 0xBDAB76) is unknown color: approx Ecru. HEX triplet: BD, AB and 76. RGB value is (189,171,118). Sum of RGB (Red+Green+Blue) = 189+171+118=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB76 is #425489. Grayscale: #AAAAAA. Windows color (decimal): -4347018 or 7777213. OLE color: 7777213.

HSL color Cylindrical-coordinate representation of color #BDAB76: hue angle of 44.79º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDAB76 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB189171118-
CMYK00.100.380.26
HSL44.79º34.98%60.2%-
HSV(B)44.79º37.57%74.12%-
XYZ38.8241.2523.06-
YUV170.3498.46141.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.54%
GREEN value IS 171 (67.19% from 255) = 35.77%
BLUE value IS 118 (46.48% from 255) = 24.69%
R=39.54%
G=35.77%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917111800.100.380.2644.7934.9860.2
HexBDAB760A261A2d233c
Octal2752531660124632554374
Binary101111011010101111101100101010011011010101101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAB76; }

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

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

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

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

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

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

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

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