#BAA68E

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

Shades of Pavlova #BAA68E

Tints of Pavlova #BAA68E

Color information

#BAA68E (or 0xBAA68E) is unknown color: approx Pavlova. HEX triplet: BA, A6 and 8E. RGB value is (186,166,142). Sum of RGB (Red+Green+Blue) = 186+166+142=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA68E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA68E is #455971. Grayscale: #A9A9A9. Windows color (decimal): -4544882 or 9348794. OLE color: 9348794.

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

Color convert

RGB186166142-
CMYK00.110.240.27
HSL32.73º24.18%64.31%-
HSV(B)32.73º23.66%72.94%-
XYZ38.7739.6631.2-
YUV169.24112.63139.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.65%
GREEN value IS 166 (65.23% from 255) = 33.60%
BLUE value IS 142 (55.86% from 255) = 28.74%
R=37.65%
G=33.60%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616614200.110.240.2732.7324.1864.31
HexBAA68E0B181B211840
Octal27224621601330334130100
Binary101110101010011010001110010111100011011100001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA68E; }

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

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

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

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

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

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

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

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