#BBAA89

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

Shades of Pavlova #BBAA89

Tints of Pavlova #BBAA89

Color information

#BBAA89 (or 0xBBAA89) is unknown color: approx Pavlova. HEX triplet: BB, AA and 89. RGB value is (187,170,137). Sum of RGB (Red+Green+Blue) = 187+170+137=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 137 (53.91% from 255 or 27.73% from 494); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAA89 is #445576. Grayscale: #ABABAB. Windows color (decimal): -4478327 or 9022139. OLE color: 9022139.

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

Color convert

RGB187170137-
CMYK00.090.270.27
HSL39.6º26.88%63.53%-
HSV(B)39.6º26.74%73.33%-
XYZ39.3841.1229.53-
YUV171.32108.63139.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.85%
GREEN value IS 170 (66.80% from 255) = 34.41%
BLUE value IS 137 (53.91% from 255) = 27.73%
R=37.85%
G=34.41%
B=27.73%

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
Decimal18717013700.090.270.2739.626.8863.53
HexBBAA89091B1B281b40
Octal27325221101133335033100
Binary101110111010101010001001010011101111011101000110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAA89; }

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

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

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

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

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

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

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

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