#baa587

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

Shades of Pavlova #BAA587

Tints of Pavlova #BAA587

Color information

#BAA587 (or 0xBAA587) is unknown color: approx Pavlova. HEX triplet: BA, A5 and 87. RGB value is (186,165,135). Sum of RGB (Red+Green+Blue) = 186+165+135=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 135 (53.12% from 255 or 27.78% from 486); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA587 is #455A78. Grayscale: #A7A7A7. Windows color (decimal): -4545145 or 8889786. OLE color: 8889786.

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

Color convert

RGB186165135-
CMYK00.110.270.27
HSL35.29º26.98%62.94%-
HSV(B)35.29º27.42%72.94%-
XYZ38.0839.128.46-
YUV167.86109.46140.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.27%
GREEN value IS 165 (64.84% from 255) = 33.95%
BLUE value IS 135 (53.12% from 255) = 27.78%
R=38.27%
G=33.95%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616513500.110.270.2735.2926.9862.94
HexBAA5870B1B1B231b3f
Octal2722452070133333433377
Binary10111010101001011000011101011110111101110001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #baa587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #baa587; }

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

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

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

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

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

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

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

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