#BBA984

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

Shades of Pavlova #BBA984

Tints of Pavlova #BBA984

Color information

#BBA984 (or 0xBBA984) is unknown color: approx Pavlova. HEX triplet: BB, A9 and 84. RGB value is (187,169,132). Sum of RGB (Red+Green+Blue) = 187+169+132=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA984 is #44567B. Grayscale: #AAAAAA. Windows color (decimal): -4478588 or 8694203. OLE color: 8694203.

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

Color convert

RGB187169132-
CMYK00.100.290.27
HSL40.36º28.8%62.55%-
HSV(B)40.36º29.41%73.33%-
XYZ38.8540.6127.62-
YUV170.16106.46140.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.32%
GREEN value IS 169 (66.41% from 255) = 34.63%
BLUE value IS 132 (51.95% from 255) = 27.05%
R=38.32%
G=34.63%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716913200.100.290.2740.3628.862.55
HexBBA9840A1D1B281d3f
Octal2732512040123533503577
Binary10111011101010011000010001010111011101110100011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA984; }

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

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

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

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

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

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

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

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