#B8A976

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

Shades of Ecru #B8A976

Tints of Ecru #B8A976

Color information

#B8A976 (or 0xB8A976) is unknown color: approx Ecru. HEX triplet: B8, A9 and 76. RGB value is (184,169,118). Sum of RGB (Red+Green+Blue) = 184+169+118=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A976 is #475689. Grayscale: #A7A7A7. Windows color (decimal): -4675210 or 7776696. OLE color: 7776696.

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

Color convert

RGB184169118-
CMYK00.080.360.28
HSL46.36º31.73%59.22%-
HSV(B)46.36º35.87%72.16%-
XYZ37.2339.8722.87-
YUV167.6799.97139.65-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.07%
GREEN value IS 169 (66.41% from 255) = 35.88%
BLUE value IS 118 (46.48% from 255) = 25.05%
R=39.07%
G=35.88%
B=25.05%

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
Decimal18416911800.080.360.2846.3631.7359.22
HexB8A97608241C2e203b
Octal2702511660104434564073
Binary101110001010100111101100100010010011100101110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A976; }

 p { color: rgb(184,169,118); }

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

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

 a { background-color: rgb(184,169,118); }

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

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

 span { border-color: rgb(184,169,118); }

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