#B9A875

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

Shades of Ecru #B9A875

Tints of Ecru #B9A875

Color information

#B9A875 (or 0xB9A875) is unknown color: approx Ecru. HEX triplet: B9, A8 and 75. RGB value is (185,168,117). Sum of RGB (Red+Green+Blue) = 185+168+117=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A875 is #46578A. Grayscale: #A7A7A7. Windows color (decimal): -4609931 or 7710905. OLE color: 7710905.

HSL color Cylindrical-coordinate representation of color #B9A875: hue angle of 45º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B9A875 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB185168117-
CMYK00.090.370.27
HSL45º32.69%59.22%-
HSV(B)45º36.76%72.55%-
XYZ37.2239.622.51-
YUV167.2799.63140.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.36%
GREEN value IS 168 (66.02% from 255) = 35.74%
BLUE value IS 117 (46.09% from 255) = 24.89%
R=39.36%
G=35.74%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516811700.090.370.274532.6959.22
HexB9A87509251B2d213b
Octal2712501650114533554173
Binary101110011010100011101010100110010111011101101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A875; }

 p { color: rgb(185,168,117); }

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

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

 a { background-color: rgb(185,168,117); }

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

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

 span { border-color: rgb(185,168,117); }

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