#BBA988

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

Shades of Pavlova #BBA988

Tints of Pavlova #BBA988

Color information

#BBA988 (or 0xBBA988) is unknown color: approx Pavlova. HEX triplet: BB, A9 and 88. RGB value is (187,169,136). Sum of RGB (Red+Green+Blue) = 187+169+136=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA988 is #445677. Grayscale: #AAAAAA. Windows color (decimal): -4478584 or 8956347. OLE color: 8956347.

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

Color convert

RGB187169136-
CMYK00.100.270.27
HSL38.82º27.27%63.33%-
HSV(B)38.82º27.27%73.33%-
XYZ39.1340.7229.09-
YUV170.62108.46139.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.01%
GREEN value IS 169 (66.41% from 255) = 34.35%
BLUE value IS 136 (53.52% from 255) = 27.64%
R=38.01%
G=34.35%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716913600.100.270.2738.8227.2763.33
HexBBA9880A1B1B271b3f
Octal2732512100123333473377
Binary10111011101010011000100001010110111101110011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA988; }

 p { color: rgb(187,169,136); }

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

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

 a { background-color: rgb(187,169,136); }

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

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

 span { border-color: rgb(187,169,136); }

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