#BDAA75

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

Shades of Ecru #BDAA75

Tints of Ecru #BDAA75

Color information

#BDAA75 (or 0xBDAA75) is unknown color: approx Ecru. HEX triplet: BD, AA and 75. RGB value is (189,170,117). Sum of RGB (Red+Green+Blue) = 189+170+117=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAA75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAA75 is #42558A. Grayscale: #A9A9A9. Windows color (decimal): -4347275 or 7711421. OLE color: 7711421.

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

Color convert

RGB189170117-
CMYK00.100.380.26
HSL44.17º35.29%60%-
HSV(B)44.17º38.1%74.12%-
XYZ38.5740.8522.68-
YUV169.6498.29141.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.71%
GREEN value IS 170 (66.80% from 255) = 35.71%
BLUE value IS 117 (46.09% from 255) = 24.58%
R=39.71%
G=35.71%
B=24.58%

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
Decimal18917011700.100.380.2644.1735.2960
HexBDAA750A261A2c233c
Octal2752521650124632544374
Binary101111011010101011101010101010011011010101100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAA75; }

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

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

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

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

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

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

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

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