#BA5869

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

Shades of Blush #BA5869

Tints of Blush #BA5869

Color information

#BA5869 (or 0xBA5869) is unknown color: approx Blush. HEX triplet: BA, 58 and 69. RGB value is (186,88,105). Sum of RGB (Red+Green+Blue) = 186+88+105=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5869 is #45A796. Grayscale: #777777. Windows color (decimal): -4564887 or 6903994. OLE color: 6903994.

HSL color Cylindrical-coordinate representation of color #BA5869: hue angle of 349.59º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA5869 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB18688105-
CMYK00.530.440.27
HSL349.59º41.53%53.73%-
HSV(B)349.59º52.69%72.94%-
XYZ26.2918.4415.54-
YUV119.24119.97175.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.08%
GREEN value IS 88 (34.77% from 255) = 23.22%
BLUE value IS 105 (41.41% from 255) = 27.70%
R=49.08%
G=23.22%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868810500.530.440.27349.5941.5353.73
HexBA58690352C1B15e2a36
Octal27213015106554335365266
Binary1011101010110001101001011010110110011011101011110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5869; }

 p { color: rgb(186,88,105); }

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

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

 a { background-color: rgb(186,88,105); }

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

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

 span { border-color: rgb(186,88,105); }

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