#BAA477

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

Shades of Pavlova #BAA477

Tints of Pavlova #BAA477

Color information

#BAA477 (or 0xBAA477) is unknown color: approx Pavlova. HEX triplet: BA, A4 and 77. RGB value is (186,164,119). Sum of RGB (Red+Green+Blue) = 186+164+119=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA477 is #455B88. Grayscale: #A5A5A5. Windows color (decimal): -4545417 or 7840954. OLE color: 7840954.

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

Color convert

RGB186164119-
CMYK00.120.360.27
HSL40.3º32.68%59.8%-
HSV(B)40.3º36.02%72.94%-
XYZ36.8538.3222.91-
YUV165.45101.79142.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.66%
GREEN value IS 164 (64.45% from 255) = 34.97%
BLUE value IS 119 (46.88% from 255) = 25.37%
R=39.66%
G=34.97%
B=25.37%

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
Decimal18616411900.120.360.2740.332.6859.8
HexBAA4770C241B28213c
Octal2722441670144433504174
Binary101110101010010011101110110010010011011101000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA477; }

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

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

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

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

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

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

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

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