#BBAB84

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

Shades of Pavlova #BBAB84

Tints of Pavlova #BBAB84

Color information

#BBAB84 (or 0xBBAB84) is unknown color: approx Pavlova. HEX triplet: BB, AB and 84. RGB value is (187,171,132). Sum of RGB (Red+Green+Blue) = 187+171+132=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAB84 is #44547B. Grayscale: #ABABAB. Windows color (decimal): -4478076 or 8694715. OLE color: 8694715.

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

Color convert

RGB187171132-
CMYK00.090.290.27
HSL42.55º28.8%62.55%-
HSV(B)42.55º29.41%73.33%-
XYZ39.2241.3627.75-
YUV171.34105.8139.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.16%
GREEN value IS 171 (67.19% from 255) = 34.90%
BLUE value IS 132 (51.95% from 255) = 26.94%
R=38.16%
G=34.90%
B=26.94%

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
Decimal18717113200.090.290.2742.5528.862.55
HexBBAB84091D1B2b1d3f
Octal2732532040113533533577
Binary10111011101010111000010001001111011101110101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAB84; }

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

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

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

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

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

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

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

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