#BAAC8E

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

Shades of Pavlova #BAAC8E

Tints of Pavlova #BAAC8E

Color information

#BAAC8E (or 0xBAAC8E) is unknown color: approx Pavlova. HEX triplet: BA, AC and 8E. RGB value is (186,172,142). Sum of RGB (Red+Green+Blue) = 186+172+142=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAC8E is #455371. Grayscale: #ACACAC. Windows color (decimal): -4543346 or 9350330. OLE color: 9350330.

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

Color convert

RGB186172142-
CMYK00.080.240.27
HSL40.91º24.18%64.31%-
HSV(B)40.91º23.66%72.94%-
XYZ39.8841.931.58-
YUV172.77110.64137.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.2%
GREEN value IS 172 (67.58% from 255) = 34.4%
BLUE value IS 142 (55.86% from 255) = 28.4%
R=37.2%
G=34.4%
B=28.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617214200.080.240.2740.9124.1864.31
HexBAAC8E08181B291840
Octal27225421601030335130100
Binary101110101010110010001110010001100011011101001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAC8E; }

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

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

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

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

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

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

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

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