Html Css Color HEX #BA5D71 Blush

📋 copy color: '#BA5D71'

red 186 ◦ green 93 ◦ blue 113

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

Shades of Blush #BA5D71

Tints of Blush #BA5D71

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.72%

 BLUE value IS 113 (44.53% from 255) = 28.83%

R = 47.45%
G = 23.72%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA5D71 (or 0xBA5D71) is known color: Blush. HEX triplet: BA, 5D and 71. RGB value is (186,93,113). Sum of RGB (Red+Green+Blue) = 186+93+113=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5D71 is #45A28E. Grayscale: #7B7B7B. Windows color (decimal): -4563599 or 7429562. OLE color: 7429562.

HSL color Cylindrical-coordinate representation of color #BA5D71: hue angle of 347.1º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA5D71 is Cyan = 0, Magento = 0.5, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 93 113 -
CMYK 0 0.5 0.39 0.27
HSL 347.1º 0.4% 0.55% -
HSV(B) 347.1º 0.5% 0.73% -
XYZ 27.14 19.46 17.95 -
YUV 123.09 122.31 172.87 -
System Red Green Blue C M Y K H S L
Decimal 186 93 113 0 0.5 0.39 0.27 347.1 0.4 0.55
Hex BA 5D 71 0 32 27 1B 15B 28 37
Octal 272 135 161 0 62 47 33 533 50 67
Binary 10111010 1011101 1110001 0 110010 100111 11011 101011011 101000 110111

Color Harmonies of #BA5D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5D71

Black with #BA5D71

Text Example


Text Example

White with #BA5D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5D71; }

 p { color: rgb(186,93,113); }

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

background-color css

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

 a { background-color: rgb(186,93,113); }

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

border-color css

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

 span { border-color: rgb(186,93,113); }

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