#BAA476

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

Shades of Pavlova #BAA476

Tints of Pavlova #BAA476

Color information

#BAA476 (or 0xBAA476) is unknown color: approx Pavlova. HEX triplet: BA, A4 and 76. RGB value is (186,164,118). Sum of RGB (Red+Green+Blue) = 186+164+118=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA476 is #455B89. Grayscale: #A5A5A5. Windows color (decimal): -4545418 or 7775418. OLE color: 7775418.

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

Color convert

RGB186164118-
CMYK00.120.370.27
HSL40.59º33.01%59.61%-
HSV(B)40.59º36.56%72.94%-
XYZ36.838.322.59-
YUV165.33101.29142.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.74%
GREEN value IS 164 (64.45% from 255) = 35.04%
BLUE value IS 118 (46.48% from 255) = 25.21%
R=39.74%
G=35.04%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616411800.120.370.2740.5933.0159.61
HexBAA4760C251B29213c
Octal2722441660144533514174
Binary101110101010010011101100110010010111011101001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA476; }

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

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

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

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

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

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

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

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