#B7AB76

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

Shades of Ecru #B7AB76

Tints of Ecru #B7AB76

Color information

#B7AB76 (or 0xB7AB76) is unknown color: approx Ecru. HEX triplet: B7, AB and 76. RGB value is (183,171,118). Sum of RGB (Red+Green+Blue) = 183+171+118=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 118 (46.48% from 255 or 25% from 472); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AB76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AB76 is #485489. Grayscale: #A8A8A8. Windows color (decimal): -4740234 or 7777207. OLE color: 7777207.

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

Color convert

RGB183171118-
CMYK00.070.360.28
HSL48.92º31.1%59.02%-
HSV(B)48.92º35.52%71.76%-
XYZ37.3640.522.99-
YUV168.5599.48138.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.77%
GREEN value IS 171 (67.19% from 255) = 36.23%
BLUE value IS 118 (46.48% from 255) = 25%
R=38.77%
G=36.23%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317111800.070.360.2848.9231.159.02
HexB7AB7607241C311f3b
Octal267253166074434613773
Binary1011011110101011111011001111001001110011000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AB76; }

 p { color: rgb(183,171,118); }

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

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

 a { background-color: rgb(183,171,118); }

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

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

 span { border-color: rgb(183,171,118); }

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