#BDAB75

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

Shades of Ecru #BDAB75

Tints of Ecru #BDAB75

Color information

#BDAB75 (or 0xBDAB75) is unknown color: approx Ecru. HEX triplet: BD, AB and 75. RGB value is (189,171,117). Sum of RGB (Red+Green+Blue) = 189+171+117=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB75 is #42548A. Grayscale: #AAAAAA. Windows color (decimal): -4347019 or 7711677. OLE color: 7711677.

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

Color convert

RGB189171117-
CMYK00.100.380.26
HSL45º35.29%60%-
HSV(B)45º38.1%74.12%-
XYZ38.7641.2322.74-
YUV170.2397.96141.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.62%
GREEN value IS 171 (67.19% from 255) = 35.85%
BLUE value IS 117 (46.09% from 255) = 24.53%
R=39.62%
G=35.85%
B=24.53%

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
Decimal18917111700.100.380.264535.2960
HexBDAB750A261A2d233c
Octal2752531650124632554374
Binary101111011010101111101010101010011011010101101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAB75; }

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

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

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

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

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

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

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

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