#BAA480

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

Shades of Pavlova #BAA480

Tints of Pavlova #BAA480

Color information

#BAA480 (or 0xBAA480) is unknown color: approx Pavlova. HEX triplet: BA, A4 and 80. RGB value is (186,164,128). Sum of RGB (Red+Green+Blue) = 186+164+128=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA480 is #455B7F. Grayscale: #A6A6A6. Windows color (decimal): -4545408 or 8430778. OLE color: 8430778.

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

Color convert

RGB186164128-
CMYK00.120.310.27
HSL37.24º29.59%61.57%-
HSV(B)37.24º31.18%72.94%-
XYZ37.4238.5525.89-
YUV166.47106.29141.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.91%
GREEN value IS 164 (64.45% from 255) = 34.31%
BLUE value IS 128 (50.39% from 255) = 26.78%
R=38.91%
G=34.31%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616412800.120.310.2737.2429.5961.57
HexBAA4800C1F1B251e3e
Octal2722442000143733453676
Binary10111010101001001000000001100111111101110010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA480; }

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

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

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

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

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

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

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

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