Html Css Color HEX #BA475D Blush

📋 copy color: '#BA475D'

red 186 ◦ green 71 ◦ blue 93

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

Shades of Blush #BA475D

Tints of Blush #BA475D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.29%

 BLUE value IS 93 (36.72% from 255) = 26.57%

R = 53.14%
G = 20.29%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA475D (or 0xBA475D) is known color: Blush. HEX triplet: BA, 47 and 5D. RGB value is (186,71,93). Sum of RGB (Red+Green+Blue) = 186+71+93=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA475D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA475D is #45B8A2. Grayscale: #6B6B6B. Windows color (decimal): -4569251 or 6113210. OLE color: 6113210.

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

Color convert

RGB 186 71 93 -
CMYK 0 0.62 0.5 0.27
HSL 348.52º 0.45% 0.5% -
HSV(B) 348.52º 0.62% 0.73% -
XYZ 24.48 15.74 12.1 -
YUV 107.89 119.6 183.71 -
System Red Green Blue C M Y K H S L
Decimal 186 71 93 0 0.62 0.5 0.27 348.52 0.45 0.5
Hex BA 47 5D 0 3E 32 1B 15D 2D 32
Octal 272 107 135 0 76 62 33 535 55 62
Binary 10111010 1000111 1011101 0 111110 110010 11011 101011101 101101 110010

Color Harmonies of #BA475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA475D

Black with #BA475D

Text Example


Text Example

White with #BA475D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA475D; }

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

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

background-color css

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

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

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

border-color css

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

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

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