#B8A776

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

Shades of Pavlova #B8A776

Tints of Pavlova #B8A776

Color information

#B8A776 (or 0xB8A776) is unknown color: approx Pavlova. HEX triplet: B8, A7 and 76. RGB value is (184,167,118). Sum of RGB (Red+Green+Blue) = 184+167+118=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A776 is #475889. Grayscale: #A6A6A6. Windows color (decimal): -4675722 or 7776184. OLE color: 7776184.

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

Color convert

RGB184167118-
CMYK00.090.360.28
HSL44.55º31.73%59.22%-
HSV(B)44.55º35.87%72.16%-
XYZ36.8639.1422.75-
YUV166.5100.63140.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.23%
GREEN value IS 167 (65.62% from 255) = 35.61%
BLUE value IS 118 (46.48% from 255) = 25.16%
R=39.23%
G=35.61%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416711800.090.360.2844.5531.7359.22
HexB8A77609241C2d203b
Octal2702471660114434554073
Binary101110001010011111101100100110010011100101101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A776; }

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

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

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

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

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

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

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

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