#B8AB79

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

Shades of Ecru #B8AB79

Tints of Ecru #B8AB79

Color information

#B8AB79 (or 0xB8AB79) is unknown color: approx Ecru. HEX triplet: B8, AB and 79. RGB value is (184,171,121). Sum of RGB (Red+Green+Blue) = 184+171+121=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 121 (47.66% from 255 or 25.42% from 476); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AB79 is #475486. Grayscale: #A9A9A9. Windows color (decimal): -4674695 or 7973816. OLE color: 7973816.

HSL color Cylindrical-coordinate representation of color #B8AB79: hue angle of 47.62º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B8AB79 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB184171121-
CMYK00.070.340.28
HSL47.62º30.73%59.8%-
HSV(B)47.62º34.24%72.16%-
XYZ37.7840.723.95-
YUV169.19100.81138.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.66%
GREEN value IS 171 (67.19% from 255) = 35.92%
BLUE value IS 121 (47.66% from 255) = 25.42%
R=38.66%
G=35.92%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417112100.070.340.2847.6230.7359.8
HexB8AB7907221C301f3c
Octal270253171074234603774
Binary1011100010101011111100101111000101110011000011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AB79; }

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

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

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

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

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

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

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

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