#BAA987

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

Shades of Pavlova #BAA987

Tints of Pavlova #BAA987

Color information

#BAA987 (or 0xBAA987) is unknown color: approx Pavlova. HEX triplet: BA, A9 and 87. RGB value is (186,169,135). Sum of RGB (Red+Green+Blue) = 186+169+135=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 135 (53.12% from 255 or 27.55% from 490); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA987 is #455678. Grayscale: #AAAAAA. Windows color (decimal): -4544121 or 8890810. OLE color: 8890810.

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

Color convert

RGB186169135-
CMYK00.090.270.27
HSL40º26.98%62.94%-
HSV(B)40º27.42%72.94%-
XYZ38.8140.5628.71-
YUV170.21108.13139.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.96%
GREEN value IS 169 (66.41% from 255) = 34.49%
BLUE value IS 135 (53.12% from 255) = 27.55%
R=37.96%
G=34.49%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616913500.090.270.274026.9862.94
HexBAA987091B1B281b3f
Octal2722512070113333503377
Binary10111010101010011000011101001110111101110100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA987; }

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

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

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

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

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

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

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

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