#BAAC8C

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

Shades of Pavlova #BAAC8C

Tints of Pavlova #BAAC8C

Color information

#BAAC8C (or 0xBAAC8C) is unknown color: approx Pavlova. HEX triplet: BA, AC and 8C. RGB value is (186,172,140). Sum of RGB (Red+Green+Blue) = 186+172+140=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAC8C is #455373. Grayscale: #ACACAC. Windows color (decimal): -4543348 or 9219258. OLE color: 9219258.

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

Color convert

RGB186172140-
CMYK00.080.250.27
HSL41.74º25%63.92%-
HSV(B)41.74º24.73%72.94%-
XYZ39.7441.8430.79-
YUV172.54109.64137.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.35%
GREEN value IS 172 (67.58% from 255) = 34.54%
BLUE value IS 140 (55.08% from 255) = 28.11%
R=37.35%
G=34.54%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617214000.080.250.2741.742563.92
HexBAAC8C08191B2a1940
Octal27225421401031335231100
Binary101110101010110010001100010001100111011101010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAC8C; }

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

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

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

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

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

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

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

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