#BAA986

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

Shades of Pavlova #BAA986

Tints of Pavlova #BAA986

Color information

#BAA986 (or 0xBAA986) is unknown color: approx Pavlova. HEX triplet: BA, A9 and 86. RGB value is (186,169,134). Sum of RGB (Red+Green+Blue) = 186+169+134=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 169 (66.41% from 255 or 34.56% from 489); Blue value is 134 (52.73% from 255 or 27.40% from 489); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA986 is #455679. Grayscale: #AAAAAA. Windows color (decimal): -4544122 or 8825274. OLE color: 8825274.

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

Color convert

RGB186169134-
CMYK00.090.280.27
HSL40.38º27.37%62.75%-
HSV(B)40.38º27.96%72.94%-
XYZ38.7440.5428.34-
YUV170.09107.63139.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.04%
GREEN value IS 169 (66.41% from 255) = 34.56%
BLUE value IS 134 (52.73% from 255) = 27.40%
R=38.04%
G=34.56%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616913400.090.280.2740.3827.3762.75
HexBAA986091C1B281b3f
Octal2722512060113433503377
Binary10111010101010011000011001001111001101110100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA986; }

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

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

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

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

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

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

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

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