#BBAA80

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

Shades of Pavlova #BBAA80

Tints of Pavlova #BBAA80

Color information

#BBAA80 (or 0xBBAA80) is unknown color: approx Pavlova. HEX triplet: BB, AA and 80. RGB value is (187,170,128). Sum of RGB (Red+Green+Blue) = 187+170+128=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAA80 is #44557F. Grayscale: #AAAAAA. Windows color (decimal): -4478336 or 8432315. OLE color: 8432315.

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

Color convert

RGB187170128-
CMYK00.090.320.27
HSL42.71º30.26%61.76%-
HSV(B)42.71º31.55%73.33%-
XYZ38.7640.8726.27-
YUV170.3104.13139.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.56%
GREEN value IS 170 (66.80% from 255) = 35.05%
BLUE value IS 128 (50.39% from 255) = 26.39%
R=38.56%
G=35.05%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717012800.090.320.2742.7130.2661.76
HexBBAA8009201B2b1e3e
Octal2732522000114033533676
Binary101110111010101010000000010011000001101110101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAA80; }

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

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

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

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

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

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

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

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