Html Css Color HEX #BA5970 Blush

📋 copy color: '#BA5970'

red 186 ◦ green 89 ◦ blue 112

#BA5970
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blush #BA5970

Tints of Blush #BA5970

RGB

 RED value IS 186 (73.05% from 255) = 48.06%

 GREEN value IS 89 (35.16% from 255) = 23%

 BLUE value IS 112 (44.14% from 255) = 28.94%

R = 48.06%
G = 23%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA5970 (or 0xBA5970) is known color: Blush. HEX triplet: BA, 59 and 70. RGB value is (186,89,112). Sum of RGB (Red+Green+Blue) = 186+89+112=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5970 is #45A68F. Grayscale: #787878. Windows color (decimal): -4564624 or 7363002. OLE color: 7363002.

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

Color convert

RGB 186 89 112 -
CMYK 0 0.52 0.40 0.27
HSL 345.77º 0.41% 0.54% -
HSV(B) 345.77º 0.52% 0.73% -
XYZ 26.75 18.75 17.54 -
YUV 120.63 123.14 174.63 -
System Red Green Blue C M Y K H S L
Decimal 186 89 112 0 0.52 0.40 0.27 345.77 0.41 0.54
Hex BA 59 70 0 34 28 1B 15A 29 36
Octal 272 131 160 0 64 50 33 532 51 66
Binary 10111010 1011001 1110000 0 110100 101000 11011 101011010 101001 110110

Color Harmonies of #BA5970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5970

Black with #BA5970

Text Example


Text Example

White with #BA5970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5970; }

 p { color: rgb(186,89,112); }

 H1.HeaderClassName
 {
   color: #BA5970;
 }
 .AnyTagClassName
 {
   color: #BA5970;
 }
</style>

background-color css

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

 a { background-color: rgb(186,89,112); }

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

border-color css

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

 span { border-color: rgb(186,89,112); }

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