#BAA377

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

Shades of Pavlova #BAA377

Tints of Pavlova #BAA377

Color information

#BAA377 (or 0xBAA377) is unknown color: approx Pavlova. HEX triplet: BA, A3 and 77. RGB value is (186,163,119). Sum of RGB (Red+Green+Blue) = 186+163+119=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA377 is #455C88. Grayscale: #A5A5A5. Windows color (decimal): -4545673 or 7840698. OLE color: 7840698.

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

Color convert

RGB186163119-
CMYK00.120.360.27
HSL39.4º32.68%59.8%-
HSV(B)39.4º36.02%72.94%-
XYZ36.6837.9722.85-
YUV164.86102.12143.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.74%
GREEN value IS 163 (64.06% from 255) = 34.83%
BLUE value IS 119 (46.88% from 255) = 25.43%
R=39.74%
G=34.83%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616311900.120.360.2739.432.6859.8
HexBAA3770C241B27213c
Octal2722431670144433474174
Binary101110101010001111101110110010010011011100111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA377; }

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

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

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

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

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

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

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

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