#bbaa88

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

Shades of Pavlova #BBAA88

Tints of Pavlova #BBAA88

Color information

#BBAA88 (or 0xBBAA88) is unknown color: approx Pavlova. HEX triplet: BB, AA and 88. RGB value is (187,170,136). Sum of RGB (Red+Green+Blue) = 187+170+136=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAA88 is #445577. Grayscale: #ABABAB. Windows color (decimal): -4478328 or 8956603. OLE color: 8956603.

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

Color convert

RGB187170136-
CMYK00.090.270.27
HSL40º27.27%63.33%-
HSV(B)40º27.27%73.33%-
XYZ39.3141.0929.15-
YUV171.21108.13139.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.93%
GREEN value IS 170 (66.80% from 255) = 34.48%
BLUE value IS 136 (53.52% from 255) = 27.59%
R=37.93%
G=34.48%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717013600.090.270.274027.2763.33
HexBBAA88091B1B281b3f
Octal2732522100113333503377
Binary10111011101010101000100001001110111101110100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbaa88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbaa88; }

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

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

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

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

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

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

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

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