#BA5868

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

Shades of Blush #BA5868

Tints of Blush #BA5868

Color information

#BA5868 (or 0xBA5868) is unknown color: approx Blush. HEX triplet: BA, 58 and 68. RGB value is (186,88,104). Sum of RGB (Red+Green+Blue) = 186+88+104=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5868 is #45A797. Grayscale: #777777. Windows color (decimal): -4564888 or 6838458. OLE color: 6838458.

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

Color convert

RGB18688104-
CMYK00.530.440.27
HSL350.2º41.53%53.73%-
HSV(B)350.2º52.69%72.94%-
XYZ26.2418.4215.27-
YUV119.13119.47175.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.21%
GREEN value IS 88 (34.77% from 255) = 23.28%
BLUE value IS 104 (41.02% from 255) = 27.51%
R=49.21%
G=23.28%
B=27.51%

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
Decimal1868810400.530.440.27350.241.5353.73
HexBA58680352C1B15e2a36
Octal27213015006554335365266
Binary1011101010110001101000011010110110011011101011110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5868; }

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

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

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

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

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

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

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

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