#BBAA8F

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

Shades of Pavlova #BBAA8F

Tints of Pavlova #BBAA8F

Color information

#BBAA8F (or 0xBBAA8F) is unknown color: approx Pavlova. HEX triplet: BB, AA and 8F. RGB value is (187,170,143). Sum of RGB (Red+Green+Blue) = 187+170+143=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAA8F is #445570. Grayscale: #ACACAC. Windows color (decimal): -4478321 or 9415355. OLE color: 9415355.

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

Color convert

RGB187170143-
CMYK00.090.240.27
HSL36.82º24.44%64.71%-
HSV(B)36.82º23.53%73.33%-
XYZ39.8341.331.86-
YUV172111.63138.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.4%
GREEN value IS 170 (66.80% from 255) = 34%
BLUE value IS 143 (56.25% from 255) = 28.6%
R=37.4%
G=34%
B=28.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717014300.090.240.2736.8224.4464.71
HexBBAA8F09181B251841
Octal27325221701130334530101
Binary101110111010101010001111010011100011011100101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAA8F; }

 p { color: rgb(187,170,143); }

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

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

 a { background-color: rgb(187,170,143); }

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

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

 span { border-color: rgb(187,170,143); }

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