#BBAB80

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

Shades of Pavlova #BBAB80

Tints of Pavlova #BBAB80

Color information

#BBAB80 (or 0xBBAB80) is unknown color: approx Pavlova. HEX triplet: BB, AB and 80. RGB value is (187,171,128). Sum of RGB (Red+Green+Blue) = 187+171+128=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAB80 is #44547F. Grayscale: #ABABAB. Windows color (decimal): -4478080 or 8432571. OLE color: 8432571.

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

Color convert

RGB187171128-
CMYK00.090.320.27
HSL43.73º30.26%61.76%-
HSV(B)43.73º31.55%73.33%-
XYZ38.9541.2526.33-
YUV170.88103.8139.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.48%
GREEN value IS 171 (67.19% from 255) = 35.19%
BLUE value IS 128 (50.39% from 255) = 26.34%
R=38.48%
G=35.19%
B=26.34%

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
Decimal18717112800.090.320.2743.7330.2661.76
HexBBAB8009201B2c1e3e
Octal2732532000114033543676
Binary101110111010101110000000010011000001101110110011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAB80; }

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

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

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

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

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

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

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

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