#BBAB8A

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

Shades of Pavlova #BBAB8A

Tints of Pavlova #BBAB8A

Color information

#BBAB8A (or 0xBBAB8A) is unknown color: approx Pavlova. HEX triplet: BB, AB and 8A. RGB value is (187,171,138). Sum of RGB (Red+Green+Blue) = 187+171+138=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAB8A is #445475. Grayscale: #ACACAC. Windows color (decimal): -4478070 or 9087931. OLE color: 9087931.

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

Color convert

RGB187171138-
CMYK00.090.260.27
HSL40.41º26.49%63.73%-
HSV(B)40.41º26.2%73.33%-
XYZ39.6441.5329.97-
YUV172.02108.8138.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.70%
GREEN value IS 171 (67.19% from 255) = 34.48%
BLUE value IS 138 (54.30% from 255) = 27.82%
R=37.70%
G=34.48%
B=27.82%

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
Decimal18717113800.090.260.2740.4126.4963.73
HexBBAB8A091A1B281a40
Octal27325321201132335032100
Binary101110111010101110001010010011101011011101000110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAB8A; }

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

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

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

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

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

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

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

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