#B9A775

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

Shades of Ecru #B9A775

Tints of Ecru #B9A775

Color information

#B9A775 (or 0xB9A775) is unknown color: approx Ecru. HEX triplet: B9, A7 and 75. RGB value is (185,167,117). Sum of RGB (Red+Green+Blue) = 185+167+117=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A775 is #46588A. Grayscale: #A6A6A6. Windows color (decimal): -4610187 or 7710649. OLE color: 7710649.

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

Color convert

RGB185167117-
CMYK00.100.370.27
HSL44.12º32.69%59.22%-
HSV(B)44.12º36.76%72.55%-
XYZ37.0439.2422.45-
YUV166.6899.96141.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.45%
GREEN value IS 167 (65.62% from 255) = 35.61%
BLUE value IS 117 (46.09% from 255) = 24.95%
R=39.45%
G=35.61%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516711700.100.370.2744.1232.6959.22
HexB9A7750A251B2c213b
Octal2712471650124533544173
Binary101110011010011111101010101010010111011101100100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A775; }

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

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

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

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

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

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

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

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