#BAA588

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

Shades of Pavlova #BAA588

Tints of Pavlova #BAA588

Color information

#BAA588 (or 0xBAA588) is unknown color: approx Pavlova. HEX triplet: BA, A5 and 88. RGB value is (186,165,136). Sum of RGB (Red+Green+Blue) = 186+165+136=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA588 is #455A77. Grayscale: #A8A8A8. Windows color (decimal): -4545144 or 8955322. OLE color: 8955322.

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

Color convert

RGB186165136-
CMYK00.110.270.27
HSL34.8º26.6%63.14%-
HSV(B)34.8º26.88%72.94%-
XYZ38.1539.1328.83-
YUV167.97109.96140.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.19%
GREEN value IS 165 (64.84% from 255) = 33.88%
BLUE value IS 136 (53.52% from 255) = 27.93%
R=38.19%
G=33.88%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616513600.110.270.2734.826.663.14
HexBAA5880B1B1B231b3f
Octal2722452100133333433377
Binary10111010101001011000100001011110111101110001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA588; }

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

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

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

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

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

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

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

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