#BAA379

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

Shades of Pavlova #BAA379

Tints of Pavlova #BAA379

Color information

#BAA379 (or 0xBAA379) is unknown color: approx Pavlova. HEX triplet: BA, A3 and 79. RGB value is (186,163,121). Sum of RGB (Red+Green+Blue) = 186+163+121=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 121 (47.66% from 255 or 25.74% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA379 is #455C86. Grayscale: #A5A5A5. Windows color (decimal): -4545671 or 7971770. OLE color: 7971770.

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

Color convert

RGB186163121-
CMYK00.120.350.27
HSL38.77º32.02%60.2%-
HSV(B)38.77º34.95%72.94%-
XYZ36.838.0123.49-
YUV165.09103.12142.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.57%
GREEN value IS 163 (64.06% from 255) = 34.68%
BLUE value IS 121 (47.66% from 255) = 25.74%
R=39.57%
G=34.68%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616312100.120.350.2738.7732.0260.2
HexBAA3790C231B27203c
Octal2722431710144333474074
Binary101110101010001111110010110010001111011100111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA379; }

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

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

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

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

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

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

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

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