#BAAC88

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

Shades of Pavlova #BAAC88

Tints of Pavlova #BAAC88

Color information

#BAAC88 (or 0xBAAC88) is unknown color: approx Pavlova. HEX triplet: BA, AC and 88. RGB value is (186,172,136). Sum of RGB (Red+Green+Blue) = 186+172+136=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAC88 is #455377. Grayscale: #ACACAC. Windows color (decimal): -4543352 or 8957114. OLE color: 8957114.

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

Color convert

RGB186172136-
CMYK00.080.270.27
HSL43.2º26.6%63.14%-
HSV(B)43.2º26.88%72.94%-
XYZ39.4541.7229.27-
YUV172.08107.64137.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.65%
GREEN value IS 172 (67.58% from 255) = 34.82%
BLUE value IS 136 (53.52% from 255) = 27.53%
R=37.65%
G=34.82%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617213600.080.270.2743.226.663.14
HexBAAC88081B1B2b1b3f
Octal2722542100103333533377
Binary10111010101011001000100001000110111101110101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAC88; }

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

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

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

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

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

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

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

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