#B9AA86

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

Shades of Pavlova #B9AA86

Tints of Pavlova #B9AA86

Color information

#B9AA86 (or 0xB9AA86) is unknown color: approx Pavlova. HEX triplet: B9, AA and 86. RGB value is (185,170,134). Sum of RGB (Red+Green+Blue) = 185+170+134=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 134 (52.73% from 255 or 27.40% from 489); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AA86 is #465579. Grayscale: #AAAAAA. Windows color (decimal): -4609402 or 8825529. OLE color: 8825529.

HSL color Cylindrical-coordinate representation of color #B9AA86: hue angle of 42.35º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B9AA86 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB185170134-
CMYK00.080.280.27
HSL42.35º26.7%62.55%-
HSV(B)42.35º27.57%72.55%-
XYZ38.6940.7828.39-
YUV170.38107.47138.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.83%
GREEN value IS 170 (66.80% from 255) = 34.76%
BLUE value IS 134 (52.73% from 255) = 27.40%
R=37.83%
G=34.76%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517013400.080.280.2742.3526.762.55
HexB9AA86081C1B2a1b3f
Octal2712522060103433523377
Binary10111001101010101000011001000111001101110101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AA86; }

 p { color: rgb(185,170,134); }

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

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

 a { background-color: rgb(185,170,134); }

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

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

 span { border-color: rgb(185,170,134); }

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