#BAAA88

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

Shades of Pavlova #BAAA88

Tints of Pavlova #BAAA88

Color information

#BAAA88 (or 0xBAAA88) is unknown color: approx Pavlova. HEX triplet: BA, AA and 88. RGB value is (186,170,136). Sum of RGB (Red+Green+Blue) = 186+170+136=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAA88 is #455577. Grayscale: #ABABAB. Windows color (decimal): -4543864 or 8956602. OLE color: 8956602.

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

Color convert

RGB186170136-
CMYK00.090.270.27
HSL40.8º26.6%63.14%-
HSV(B)40.8º26.88%72.94%-
XYZ39.0740.9729.14-
YUV170.91108.3138.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.80%
GREEN value IS 170 (66.80% from 255) = 34.55%
BLUE value IS 136 (53.52% from 255) = 27.64%
R=37.80%
G=34.55%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617013600.090.270.2740.826.663.14
HexBAAA88091B1B291b3f
Octal2722522100113333513377
Binary10111010101010101000100001001110111101110100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAA88; }

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

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

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

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

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

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

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

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