#BBAC89

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

Shades of Pavlova #BBAC89

Tints of Pavlova #BBAC89

Color information

#BBAC89 (or 0xBBAC89) is unknown color: approx Pavlova. HEX triplet: BB, AC and 89. RGB value is (187,172,137). Sum of RGB (Red+Green+Blue) = 187+172+137=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 137 (53.91% from 255 or 27.62% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAC89 is #445376. Grayscale: #ACACAC. Windows color (decimal): -4477815 or 9022651. OLE color: 9022651.

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

Color convert

RGB187172137-
CMYK00.080.270.27
HSL42º26.88%63.53%-
HSV(B)42º26.74%73.33%-
XYZ39.7641.8829.65-
YUV172.5107.97138.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.70%
GREEN value IS 172 (67.58% from 255) = 34.68%
BLUE value IS 137 (53.91% from 255) = 27.62%
R=37.70%
G=34.68%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717213700.080.270.274226.8863.53
HexBBAC89081B1B2a1b40
Octal27325421101033335233100
Binary101110111010110010001001010001101111011101010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAC89; }

 p { color: rgb(187,172,137); }

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

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

 a { background-color: rgb(187,172,137); }

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

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

 span { border-color: rgb(187,172,137); }

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