#BBA982

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

Shades of Pavlova #BBA982

Tints of Pavlova #BBA982

Color information

#BBA982 (or 0xBBA982) is unknown color: approx Pavlova. HEX triplet: BB, A9 and 82. RGB value is (187,169,130). Sum of RGB (Red+Green+Blue) = 187+169+130=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA982 is #44567D. Grayscale: #AAAAAA. Windows color (decimal): -4478590 or 8563131. OLE color: 8563131.

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

Color convert

RGB187169130-
CMYK00.100.300.27
HSL41.05º29.53%62.16%-
HSV(B)41.05º30.48%73.33%-
XYZ38.7140.5526.91-
YUV169.94105.46140.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.48%
GREEN value IS 169 (66.41% from 255) = 34.77%
BLUE value IS 130 (51.17% from 255) = 26.75%
R=38.48%
G=34.77%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716913000.100.300.2741.0529.5362.16
HexBBA9820A1E1B291e3e
Octal2732512020123633513676
Binary10111011101010011000001001010111101101110100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA982; }

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

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

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

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

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

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

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

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