#B7A676

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

Shades of Pavlova #B7A676

Tints of Pavlova #B7A676

Color information

#B7A676 (or 0xB7A676) is unknown color: approx Pavlova. HEX triplet: B7, A6 and 76. RGB value is (183,166,118). Sum of RGB (Red+Green+Blue) = 183+166+118=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A676 is #485989. Grayscale: #A5A5A5. Windows color (decimal): -4741514 or 7775927. OLE color: 7775927.

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

Color convert

RGB183166118-
CMYK00.090.360.28
HSL44.31º31.1%59.02%-
HSV(B)44.31º35.52%71.76%-
XYZ36.4338.6522.68-
YUV165.61101.13140.4-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.19%
GREEN value IS 166 (65.23% from 255) = 35.55%
BLUE value IS 118 (46.48% from 255) = 25.27%
R=39.19%
G=35.55%
B=25.27%

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
Decimal18316611800.090.360.2844.3131.159.02
HexB7A67609241C2c1f3b
Octal2672461660114434543773
Binary10110111101001101110110010011001001110010110011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A676; }

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

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

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

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

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

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

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

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