#BAA688

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

Shades of Pavlova #BAA688

Tints of Pavlova #BAA688

Color information

#BAA688 (or 0xBAA688) is unknown color: approx Pavlova. HEX triplet: BA, A6 and 88. RGB value is (186,166,136). Sum of RGB (Red+Green+Blue) = 186+166+136=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA688 is #455977. Grayscale: #A8A8A8. Windows color (decimal): -4544888 or 8955578. OLE color: 8955578.

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

Color convert

RGB186166136-
CMYK00.110.270.27
HSL36º26.6%63.14%-
HSV(B)36º26.88%72.94%-
XYZ38.3339.4928.89-
YUV168.56109.63140.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.11%
GREEN value IS 166 (65.23% from 255) = 34.02%
BLUE value IS 136 (53.52% from 255) = 27.87%
R=38.11%
G=34.02%
B=27.87%

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
Decimal18616613600.110.270.273626.663.14
HexBAA6880B1B1B241b3f
Octal2722462100133333443377
Binary10111010101001101000100001011110111101110010011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA688; }

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

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

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

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

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

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

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

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