#BBAA86

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

Shades of Pavlova #BBAA86

Tints of Pavlova #BBAA86

Color information

#BBAA86 (or 0xBBAA86) is unknown color: approx Pavlova. HEX triplet: BB, AA and 86. RGB value is (187,170,134). Sum of RGB (Red+Green+Blue) = 187+170+134=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAA86 is #445579. Grayscale: #ABABAB. Windows color (decimal): -4478330 or 8825531. OLE color: 8825531.

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

Color convert

RGB187170134-
CMYK00.090.280.27
HSL40.75º28.04%62.94%-
HSV(B)40.75º28.34%73.33%-
XYZ39.1741.0428.41-
YUV170.98107.13139.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.09%
GREEN value IS 170 (66.80% from 255) = 34.62%
BLUE value IS 134 (52.73% from 255) = 27.29%
R=38.09%
G=34.62%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717013400.090.280.2740.7528.0462.94
HexBBAA86091C1B291c3f
Octal2732522060113433513477
Binary10111011101010101000011001001111001101110100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAA86; }

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

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

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

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

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

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

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

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