#BBAA82

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

Shades of Pavlova #BBAA82

Tints of Pavlova #BBAA82

Color information

#BBAA82 (or 0xBBAA82) is unknown color: approx Pavlova. HEX triplet: BB, AA and 82. RGB value is (187,170,130). Sum of RGB (Red+Green+Blue) = 187+170+130=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAA82 is #44557D. Grayscale: #AAAAAA. Windows color (decimal): -4478334 or 8563387. OLE color: 8563387.

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

Color convert

RGB187170130-
CMYK00.090.300.27
HSL42.11º29.53%62.16%-
HSV(B)42.11º30.48%73.33%-
XYZ38.940.9326.97-
YUV170.52105.13139.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.40%
GREEN value IS 170 (66.80% from 255) = 34.91%
BLUE value IS 130 (51.17% from 255) = 26.69%
R=38.40%
G=34.91%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717013000.090.300.2742.1129.5362.16
HexBBAA82091E1B2a1e3e
Octal2732522020113633523676
Binary10111011101010101000001001001111101101110101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAA82; }

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

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

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

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

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

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

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

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