#BBAB85

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

Shades of Pavlova #BBAB85

Tints of Pavlova #BBAB85

Color information

#BBAB85 (or 0xBBAB85) is unknown color: approx Pavlova. HEX triplet: BB, AB and 85. RGB value is (187,171,133). Sum of RGB (Red+Green+Blue) = 187+171+133=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAB85 is #44547A. Grayscale: #ABABAB. Windows color (decimal): -4478075 or 8760251. OLE color: 8760251.

HSL color Cylindrical-coordinate representation of color #BBAB85: hue angle of 42.22º 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 #BBAB85 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB187171133-
CMYK00.090.290.27
HSL42.22º28.42%62.75%-
HSV(B)42.22º28.88%73.33%-
XYZ39.2941.3828.11-
YUV171.45106.3139.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.09%
GREEN value IS 171 (67.19% from 255) = 34.83%
BLUE value IS 133 (52.34% from 255) = 27.09%
R=38.09%
G=34.83%
B=27.09%

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
Decimal18717113300.090.290.2742.2228.4262.75
HexBBAB85091D1B2a1c3f
Octal2732532050113533523477
Binary10111011101010111000010101001111011101110101011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAB85; }

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

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

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

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

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

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

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

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