#BAA980

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

Shades of Pavlova #BAA980

Tints of Pavlova #BAA980

Color information

#BAA980 (or 0xBAA980) is unknown color: approx Pavlova. HEX triplet: BA, A9 and 80. RGB value is (186,169,128). Sum of RGB (Red+Green+Blue) = 186+169+128=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA980 is #45567F. Grayscale: #A9A9A9. Windows color (decimal): -4544128 or 8432058. OLE color: 8432058.

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

Color convert

RGB186169128-
CMYK00.090.310.27
HSL42.41º29.59%61.57%-
HSV(B)42.41º31.18%72.94%-
XYZ38.3340.3726.19-
YUV169.41104.63139.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 169 (66.41% from 255) = 34.99%
BLUE value IS 128 (50.39% from 255) = 26.50%
R=38.51%
G=34.99%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616912800.090.310.2742.4129.5961.57
HexBAA980091F1B2a1e3e
Octal2722512000113733523676
Binary10111010101010011000000001001111111101110101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA980; }

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

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

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

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

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

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

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

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