#B9AC78

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

Shades of Ecru #B9AC78

Tints of Ecru #B9AC78

Color information

#B9AC78 (or 0xB9AC78) is unknown color: approx Ecru. HEX triplet: B9, AC and 78. RGB value is (185,172,120). Sum of RGB (Red+Green+Blue) = 185+172+120=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AC78 is #465387. Grayscale: #AAAAAA. Windows color (decimal): -4608904 or 7908537. OLE color: 7908537.

HSL color Cylindrical-coordinate representation of color #B9AC78: hue angle of 48º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B9AC78 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB185172120-
CMYK00.070.350.27
HSL48º31.71%59.8%-
HSV(B)48º35.14%72.55%-
XYZ38.1541.1823.71-
YUV169.9699.81138.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.78%
GREEN value IS 172 (67.58% from 255) = 36.06%
BLUE value IS 120 (47.27% from 255) = 25.16%
R=38.78%
G=36.06%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517212000.070.350.274831.7159.8
HexB9AC7807231B30203c
Octal271254170074333604074
Binary10111001101011001111000011110001111011110000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AC78; }

 p { color: rgb(185,172,120); }

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

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

 a { background-color: rgb(185,172,120); }

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

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

 span { border-color: rgb(185,172,120); }

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