#B9AB79

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

Shades of Ecru #B9AB79

Tints of Ecru #B9AB79

Color information

#B9AB79 (or 0xB9AB79) is unknown color: approx Ecru. HEX triplet: B9, AB and 79. RGB value is (185,171,121). Sum of RGB (Red+Green+Blue) = 185+171+121=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 121 (47.66% from 255 or 25.37% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AB79 is #465486. Grayscale: #A9A9A9. Windows color (decimal): -4609159 or 7973817. OLE color: 7973817.

HSL color Cylindrical-coordinate representation of color #B9AB79: hue angle of 46.88º degrees, saturation: 0.31, 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 #B9AB79 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB185171121-
CMYK00.080.350.27
HSL46.88º31.37%60%-
HSV(B)46.88º34.59%72.55%-
XYZ38.0240.8223.96-
YUV169.49100.64139.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.78%
GREEN value IS 171 (67.19% from 255) = 35.85%
BLUE value IS 121 (47.66% from 255) = 25.37%
R=38.78%
G=35.85%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517112100.080.350.2746.8831.3760
HexB9AB7908231B2f1f3c
Octal2712531710104333573774
Binary10111001101010111111001010001000111101110111111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AB79; }

 p { color: rgb(185,171,121); }

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

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

 a { background-color: rgb(185,171,121); }

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

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

 span { border-color: rgb(185,171,121); }

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