#BA5762

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

Shades of Blush #BA5762

Tints of Blush #BA5762

Color information

#BA5762 (or 0xBA5762) is unknown color: approx Blush. HEX triplet: BA, 57 and 62. RGB value is (186,87,98). Sum of RGB (Red+Green+Blue) = 186+87+98=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5762 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5762 is #45A89D. Grayscale: #757575. Windows color (decimal): -4565150 or 6444986. OLE color: 6444986.

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

Color convert

RGB1868798-
CMYK00.530.470.27
HSL353.33º41.77%53.53%-
HSV(B)353.33º53.23%72.94%-
XYZ25.8618.1413.69-
YUV117.85116.8176.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.13%
GREEN value IS 87 (34.38% from 255) = 23.45%
BLUE value IS 98 (38.67% from 255) = 26.42%
R=50.13%
G=23.45%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186879800.530.470.27353.3341.7753.53
HexBA57620352F1B1612a36
Octal27212714206557335415266
Binary1011101010101111100010011010110111111011101100001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5762; }

 p { color: rgb(186,87,98); }

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

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

 a { background-color: rgb(186,87,98); }

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

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

 span { border-color: rgb(186,87,98); }

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