#BAA890

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

Shades of Pavlova #BAA890

Tints of Pavlova #BAA890

Color information

#BAA890 (or 0xBAA890) is unknown color: approx Pavlova. HEX triplet: BA, A8 and 90. RGB value is (186,168,144). Sum of RGB (Red+Green+Blue) = 186+168+144=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA890 is #45576F. Grayscale: #AAAAAA. Windows color (decimal): -4544368 or 9480378. OLE color: 9480378.

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

Color convert

RGB186168144-
CMYK00.100.230.27
HSL34.29º23.33%64.71%-
HSV(B)34.29º22.58%72.94%-
XYZ39.2940.4632.12-
YUV170.65112.96138.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.35%
GREEN value IS 168 (66.02% from 255) = 33.73%
BLUE value IS 144 (56.64% from 255) = 28.92%
R=37.35%
G=33.73%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616814400.100.230.2734.2923.3364.71
HexBAA8900A171B221741
Octal27225022001227334227101
Binary101110101010100010010000010101011111011100010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA890; }

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

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

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

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

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

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

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

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