#BAA889

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

Shades of Pavlova #BAA889

Tints of Pavlova #BAA889

Color information

#BAA889 (or 0xBAA889) is unknown color: approx Pavlova. HEX triplet: BA, A8 and 89. RGB value is (186,168,137). Sum of RGB (Red+Green+Blue) = 186+168+137=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA889 is #455776. Grayscale: #A9A9A9. Windows color (decimal): -4544375 or 9021626. OLE color: 9021626.

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

Color convert

RGB186168137-
CMYK00.100.260.27
HSL37.96º26.2%63.33%-
HSV(B)37.96º26.34%72.94%-
XYZ38.7740.2529.39-
YUV169.85109.46139.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.88%
GREEN value IS 168 (66.02% from 255) = 34.22%
BLUE value IS 137 (53.91% from 255) = 27.90%
R=37.88%
G=34.22%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616813700.100.260.2737.9626.263.33
HexBAA8890A1A1B261a3f
Octal2722502110123233463277
Binary10111010101010001000100101010110101101110011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA889; }

 p { color: rgb(186,168,137); }

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

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

 a { background-color: rgb(186,168,137); }

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

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

 span { border-color: rgb(186,168,137); }

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