#BBAA8A

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

Shades of Pavlova #BBAA8A

Tints of Pavlova #BBAA8A

Color information

#BBAA8A (or 0xBBAA8A) is unknown color: approx Pavlova. HEX triplet: BB, AA and 8A. RGB value is (187,170,138). Sum of RGB (Red+Green+Blue) = 187+170+138=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAA8A is #445575. Grayscale: #ABABAB. Windows color (decimal): -4478326 or 9087675. OLE color: 9087675.

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

Color convert

RGB187170138-
CMYK00.090.260.27
HSL39.18º26.49%63.73%-
HSV(B)39.18º26.2%73.33%-
XYZ39.4641.1529.91-
YUV171.43109.13139.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.78%
GREEN value IS 170 (66.80% from 255) = 34.34%
BLUE value IS 138 (54.30% from 255) = 27.88%
R=37.78%
G=34.34%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717013800.090.260.2739.1826.4963.73
HexBBAA8A091A1B271a40
Octal27325221201132334732100
Binary101110111010101010001010010011101011011100111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAA8A; }

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

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

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

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

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

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

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

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