#BBAA85

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

Shades of Pavlova #BBAA85

Tints of Pavlova #BBAA85

Color information

#BBAA85 (or 0xBBAA85) is unknown color: approx Pavlova. HEX triplet: BB, AA and 85. RGB value is (187,170,133). Sum of RGB (Red+Green+Blue) = 187+170+133=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAA85 is #44557A. Grayscale: #ABABAB. Windows color (decimal): -4478331 or 8759995. OLE color: 8759995.

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

Color convert

RGB187170133-
CMYK00.090.290.27
HSL41.11º28.42%62.75%-
HSV(B)41.11º28.88%73.33%-
XYZ39.141.0128.04-
YUV170.86106.63139.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.16%
GREEN value IS 170 (66.80% from 255) = 34.69%
BLUE value IS 133 (52.34% from 255) = 27.14%
R=38.16%
G=34.69%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717013300.090.290.2741.1128.4262.75
HexBBAA85091D1B291c3f
Octal2732522050113533513477
Binary10111011101010101000010101001111011101110100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAA85; }

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

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

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

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

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

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

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

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