#BAA689

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

Shades of Pavlova #BAA689

Tints of Pavlova #BAA689

Color information

#BAA689 (or 0xBAA689) is unknown color: approx Pavlova. HEX triplet: BA, A6 and 89. RGB value is (186,166,137). Sum of RGB (Red+Green+Blue) = 186+166+137=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 137 (53.91% from 255 or 28.02% from 489); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA689 is #455976. Grayscale: #A8A8A8. Windows color (decimal): -4544887 or 9021114. OLE color: 9021114.

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

Color convert

RGB186166137-
CMYK00.110.260.27
HSL35.51º26.2%63.33%-
HSV(B)35.51º26.34%72.94%-
XYZ38.439.5229.27-
YUV168.67110.13140.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.04%
GREEN value IS 166 (65.23% from 255) = 33.95%
BLUE value IS 137 (53.91% from 255) = 28.02%
R=38.04%
G=33.95%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616613700.110.260.2735.5126.263.33
HexBAA6890B1A1B241a3f
Octal2722462110133233443277
Binary10111010101001101000100101011110101101110010011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA689; }

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

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

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

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

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

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

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

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