#BAA690

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

Shades of Pavlova #BAA690

Tints of Pavlova #BAA690

Color information

#BAA690 (or 0xBAA690) is unknown color: approx Pavlova. HEX triplet: BA, A6 and 90. RGB value is (186,166,144). Sum of RGB (Red+Green+Blue) = 186+166+144=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA690 is #45596F. Grayscale: #A9A9A9. Windows color (decimal): -4544880 or 9479866. OLE color: 9479866.

HSL color Cylindrical-coordinate representation of color #BAA690: hue angle of 31.43º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAA690 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB186166144-
CMYK00.110.230.27
HSL31.43º23.33%64.71%-
HSV(B)31.43º22.58%72.94%-
XYZ38.9239.7332-
YUV169.47113.63139.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.5%
GREEN value IS 166 (65.23% from 255) = 33.47%
BLUE value IS 144 (56.64% from 255) = 29.03%
R=37.5%
G=33.47%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616614400.110.230.2731.4323.3364.71
HexBAA6900B171B1f1741
Octal27224622001327333727101
Binary10111010101001101001000001011101111101111111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA690; }

 p { color: rgb(186,166,144); }

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

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

 a { background-color: rgb(186,166,144); }

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

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

 span { border-color: rgb(186,166,144); }

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