#BAA479

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

Shades of Pavlova #BAA479

Tints of Pavlova #BAA479

Color information

#BAA479 (or 0xBAA479) is unknown color: approx Pavlova. HEX triplet: BA, A4 and 79. RGB value is (186,164,121). Sum of RGB (Red+Green+Blue) = 186+164+121=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA479 is #455B86. Grayscale: #A5A5A5. Windows color (decimal): -4545415 or 7972026. OLE color: 7972026.

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

Color convert

RGB186164121-
CMYK00.120.350.27
HSL39.69º32.02%60.2%-
HSV(B)39.69º34.95%72.94%-
XYZ36.9838.3723.55-
YUV165.68102.79142.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.49%
GREEN value IS 164 (64.45% from 255) = 34.82%
BLUE value IS 121 (47.66% from 255) = 25.69%
R=39.49%
G=34.82%
B=25.69%

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
Decimal18616412100.120.350.2739.6932.0260.2
HexBAA4790C231B28203c
Octal2722441710144333504074
Binary101110101010010011110010110010001111011101000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA479; }

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

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

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

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

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

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

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

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