#BAAC85

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

Shades of Pavlova #BAAC85

Tints of Pavlova #BAAC85

Color information

#BAAC85 (or 0xBAAC85) is unknown color: approx Pavlova. HEX triplet: BA, AC and 85. RGB value is (186,172,133). Sum of RGB (Red+Green+Blue) = 186+172+133=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAC85 is #45537A. Grayscale: #ABABAB. Windows color (decimal): -4543355 or 8760506. OLE color: 8760506.

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

Color convert

RGB186172133-
CMYK00.080.280.27
HSL44.15º27.75%62.55%-
HSV(B)44.15º28.49%72.94%-
XYZ39.2441.6428.16-
YUV171.74106.14138.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.88%
GREEN value IS 172 (67.58% from 255) = 35.03%
BLUE value IS 133 (52.34% from 255) = 27.09%
R=37.88%
G=35.03%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617213300.080.280.2744.1527.7562.55
HexBAAC85081C1B2c1c3f
Octal2722542050103433543477
Binary10111010101011001000010101000111001101110110011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAC85; }

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

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

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

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

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

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

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

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