#BAAB86

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

Shades of Pavlova #BAAB86

Tints of Pavlova #BAAB86

Color information

#BAAB86 (or 0xBAAB86) is unknown color: approx Pavlova. HEX triplet: BA, AB and 86. RGB value is (186,171,134). Sum of RGB (Red+Green+Blue) = 186+171+134=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAB86 is #455479. Grayscale: #ABABAB. Windows color (decimal): -4543610 or 8825786. OLE color: 8825786.

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

Color convert

RGB186171134-
CMYK00.080.280.27
HSL42.69º27.37%62.75%-
HSV(B)42.69º27.96%72.94%-
XYZ39.1241.2928.46-
YUV171.27106.97138.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.88%
GREEN value IS 171 (67.19% from 255) = 34.83%
BLUE value IS 134 (52.73% from 255) = 27.29%
R=37.88%
G=34.83%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617113400.080.280.2742.6927.3762.75
HexBAAB86081C1B2b1b3f
Octal2722532060103433533377
Binary10111010101010111000011001000111001101110101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB86; }

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

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

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

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

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

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

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

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