#BAAB87

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

Shades of Pavlova #BAAB87

Tints of Pavlova #BAAB87

Color information

#BAAB87 (or 0xBAAB87) is unknown color: approx Pavlova. HEX triplet: BA, AB and 87. RGB value is (186,171,135). Sum of RGB (Red+Green+Blue) = 186+171+135=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 135 (53.12% from 255 or 27.44% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAB87 is #455478. Grayscale: #ABABAB. Windows color (decimal): -4543609 or 8891322. OLE color: 8891322.

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

Color convert

RGB186171135-
CMYK00.080.270.27
HSL42.35º26.98%62.94%-
HSV(B)42.35º27.42%72.94%-
XYZ39.1941.3128.83-
YUV171.38107.47138.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.80%
GREEN value IS 171 (67.19% from 255) = 34.76%
BLUE value IS 135 (53.12% from 255) = 27.44%
R=37.80%
G=34.76%
B=27.44%

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
Decimal18617113500.080.270.2742.3526.9862.94
HexBAAB87081B1B2a1b3f
Octal2722532070103333523377
Binary10111010101010111000011101000110111101110101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB87; }

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

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

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

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

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

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

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

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