#B7A276

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

Shades of Pavlova #B7A276

Tints of Pavlova #B7A276

Color information

#B7A276 (or 0xB7A276) is unknown color: approx Pavlova. HEX triplet: B7, A2 and 76. RGB value is (183,162,118). Sum of RGB (Red+Green+Blue) = 183+162+118=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A276 is #485D89. Grayscale: #A3A3A3. Windows color (decimal): -4742538 or 7774903. OLE color: 7774903.

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

Color convert

RGB183162118-
CMYK00.110.360.28
HSL40.62º31.1%59.02%-
HSV(B)40.62º35.52%71.76%-
XYZ35.7237.2222.44-
YUV163.26102.46142.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.52%
GREEN value IS 162 (63.67% from 255) = 34.99%
BLUE value IS 118 (46.48% from 255) = 25.49%
R=39.52%
G=34.99%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316211800.110.360.2840.6231.159.02
HexB7A2760B241C291f3b
Octal2672421660134434513773
Binary10110111101000101110110010111001001110010100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A276; }

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

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

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

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

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

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

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

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