#BBA981

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

Shades of Pavlova #BBA981

Tints of Pavlova #BBA981

Color information

#BBA981 (or 0xBBA981) is unknown color: approx Pavlova. HEX triplet: BB, A9 and 81. RGB value is (187,169,129). Sum of RGB (Red+Green+Blue) = 187+169+129=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA981 is #44567E. Grayscale: #AAAAAA. Windows color (decimal): -4478591 or 8497595. OLE color: 8497595.

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

Color convert

RGB187169129-
CMYK00.100.310.27
HSL41.38º29.9%61.96%-
HSV(B)41.38º31.02%73.33%-
XYZ38.6440.5326.55-
YUV169.82104.96140.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.56%
GREEN value IS 169 (66.41% from 255) = 34.85%
BLUE value IS 129 (50.78% from 255) = 26.60%
R=38.56%
G=34.85%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716912900.100.310.2741.3829.961.96
HexBBA9810A1F1B291e3e
Octal2732512010123733513676
Binary10111011101010011000000101010111111101110100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA981; }

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

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

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

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

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

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

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

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