#BAA577

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

Shades of Pavlova #BAA577

Tints of Pavlova #BAA577

Color information

#BAA577 (or 0xBAA577) is unknown color: approx Pavlova. HEX triplet: BA, A5 and 77. RGB value is (186,165,119). Sum of RGB (Red+Green+Blue) = 186+165+119=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA577 is #455A88. Grayscale: #A6A6A6. Windows color (decimal): -4545161 or 7841210. OLE color: 7841210.

HSL color Cylindrical-coordinate representation of color #BAA577: hue angle of 41.19º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAA577 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB186165119-
CMYK00.110.360.27
HSL41.19º32.68%59.8%-
HSV(B)41.19º36.02%72.94%-
XYZ37.0338.6822.97-
YUV166.04101.46142.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.57%
GREEN value IS 165 (64.84% from 255) = 35.11%
BLUE value IS 119 (46.88% from 255) = 25.32%
R=39.57%
G=35.11%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616511900.110.360.2741.1932.6859.8
HexBAA5770B241B29213c
Octal2722451670134433514174
Binary101110101010010111101110101110010011011101001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA577; }

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

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

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

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

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

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

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

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