#BAAB84

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

Shades of Pavlova #BAAB84

Tints of Pavlova #BAAB84

Color information

#BAAB84 (or 0xBAAB84) is unknown color: approx Pavlova. HEX triplet: BA, AB and 84. RGB value is (186,171,132). Sum of RGB (Red+Green+Blue) = 186+171+132=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 132 (51.95% from 255 or 26.99% from 489); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAB84 is #45547B. Grayscale: #ABABAB. Windows color (decimal): -4543612 or 8694714. OLE color: 8694714.

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

Color convert

RGB186171132-
CMYK00.080.290.27
HSL43.33º28.13%62.35%-
HSV(B)43.33º29.03%72.94%-
XYZ38.9841.2327.73-
YUV171.04105.97138.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.04%
GREEN value IS 171 (67.19% from 255) = 34.97%
BLUE value IS 132 (51.95% from 255) = 26.99%
R=38.04%
G=34.97%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617113200.080.290.2743.3328.1362.35
HexBAAB84081D1B2b1c3e
Octal2722532040103533533476
Binary10111010101010111000010001000111011101110101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB84; }

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

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

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

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

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

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

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

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