#BAAB88

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

Shades of Pavlova #BAAB88

Tints of Pavlova #BAAB88

Color information

#BAAB88 (or 0xBAAB88) is unknown color: approx Pavlova. HEX triplet: BA, AB and 88. RGB value is (186,171,136). Sum of RGB (Red+Green+Blue) = 186+171+136=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAB88 is #455477. Grayscale: #ABABAB. Windows color (decimal): -4543608 or 8956858. OLE color: 8956858.

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

Color convert

RGB186171136-
CMYK00.080.270.27
HSL42º26.6%63.14%-
HSV(B)42º26.88%72.94%-
XYZ39.2641.3429.2-
YUV171.49107.97138.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.73%
GREEN value IS 171 (67.19% from 255) = 34.69%
BLUE value IS 136 (53.52% from 255) = 27.59%
R=37.73%
G=34.69%
B=27.59%

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
Decimal18617113600.080.270.274226.663.14
HexBAAB88081B1B2a1b3f
Octal2722532100103333523377
Binary10111010101010111000100001000110111101110101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB88; }

 p { color: rgb(186,171,136); }

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

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

 a { background-color: rgb(186,171,136); }

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

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

 span { border-color: rgb(186,171,136); }

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