#BBAA81

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

Shades of Pavlova #BBAA81

Tints of Pavlova #BBAA81

Color information

#BBAA81 (or 0xBBAA81) is unknown color: approx Pavlova. HEX triplet: BB, AA and 81. RGB value is (187,170,129). Sum of RGB (Red+Green+Blue) = 187+170+129=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 129 (50.78% from 255 or 26.54% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAA81 is #44557E. Grayscale: #AAAAAA. Windows color (decimal): -4478335 or 8497851. OLE color: 8497851.

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

Color convert

RGB187170129-
CMYK00.090.310.27
HSL42.41º29.9%61.96%-
HSV(B)42.41º31.02%73.33%-
XYZ38.8340.926.62-
YUV170.41104.63139.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.48%
GREEN value IS 170 (66.80% from 255) = 34.98%
BLUE value IS 129 (50.78% from 255) = 26.54%
R=38.48%
G=34.98%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717012900.090.310.2742.4129.961.96
HexBBAA81091F1B2a1e3e
Octal2732522010113733523676
Binary10111011101010101000000101001111111101110101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAA81; }

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

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

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

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

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

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

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

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