#BAA488

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

Shades of Pavlova #BAA488

Tints of Pavlova #BAA488

Color information

#BAA488 (or 0xBAA488) is unknown color: approx Pavlova. HEX triplet: BA, A4 and 88. RGB value is (186,164,136). Sum of RGB (Red+Green+Blue) = 186+164+136=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 164 (64.45% from 255 or 33.74% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA488 is #455B77. Grayscale: #A7A7A7. Windows color (decimal): -4545400 or 8955066. OLE color: 8955066.

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

Color convert

RGB186164136-
CMYK00.120.270.27
HSL33.6º26.6%63.14%-
HSV(B)33.6º26.88%72.94%-
XYZ37.9738.7728.77-
YUV167.39110.29141.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.27%
GREEN value IS 164 (64.45% from 255) = 33.74%
BLUE value IS 136 (53.52% from 255) = 27.98%
R=38.27%
G=33.74%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616413600.120.270.2733.626.663.14
HexBAA4880C1B1B221b3f
Octal2722442100143333423377
Binary10111010101001001000100001100110111101110001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA488; }

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

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

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

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

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

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

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

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