#BA5866

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

Shades of Blush #BA5866

Tints of Blush #BA5866

Color information

#BA5866 (or 0xBA5866) is unknown color: approx Blush. HEX triplet: BA, 58 and 66. RGB value is (186,88,102). Sum of RGB (Red+Green+Blue) = 186+88+102=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5866 is #45A799. Grayscale: #767676. Windows color (decimal): -4564890 or 6707386. OLE color: 6707386.

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

Color convert

RGB18688102-
CMYK00.530.450.27
HSL351.43º41.53%53.73%-
HSV(B)351.43º52.69%72.94%-
XYZ26.1418.3814.74-
YUV118.9118.47175.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.47%
GREEN value IS 88 (34.77% from 255) = 23.40%
BLUE value IS 102 (40.23% from 255) = 27.13%
R=49.47%
G=23.40%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868810200.530.450.27351.4341.5353.73
HexBA58660352D1B15f2a36
Octal27213014606555335375266
Binary1011101010110001100110011010110110111011101011111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5866; }

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

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

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

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

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

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

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

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