#B7A876

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

Shades of Ecru #B7A876

Tints of Ecru #B7A876

Color information

#B7A876 (or 0xB7A876) is unknown color: approx Ecru. HEX triplet: B7, A8 and 76. RGB value is (183,168,118). Sum of RGB (Red+Green+Blue) = 183+168+118=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A876 is #485789. Grayscale: #A6A6A6. Windows color (decimal): -4741002 or 7776439. OLE color: 7776439.

HSL color Cylindrical-coordinate representation of color #B7A876: hue angle of 46.15º 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 #B7A876 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB183168118-
CMYK00.080.360.28
HSL46.15º31.1%59.02%-
HSV(B)46.15º35.52%71.76%-
XYZ36.839.3822.8-
YUV166.78100.47139.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.02%
GREEN value IS 168 (66.02% from 255) = 35.82%
BLUE value IS 118 (46.48% from 255) = 25.16%
R=39.02%
G=35.82%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316811800.080.360.2846.1531.159.02
HexB7A87608241C2e1f3b
Octal2672501660104434563773
Binary10110111101010001110110010001001001110010111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A876; }

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

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

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

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

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

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

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

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