Html Css Color HEX #BA475F Blush

📋 copy color: '#BA475F'

red 186 ◦ green 71 ◦ blue 95

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

Shades of Blush #BA475F

Tints of Blush #BA475F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.99%

R = 52.84%
G = 20.17%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA475F (or 0xBA475F) is known color: Blush. HEX triplet: BA, 47 and 5F. RGB value is (186,71,95). Sum of RGB (Red+Green+Blue) = 186+71+95=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA475F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA475F is #45B8A0. Grayscale: #6C6C6C. Windows color (decimal): -4569249 or 6244282. OLE color: 6244282.

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

Color convert

RGB 186 71 95 -
CMYK 0 0.62 0.49 0.27
HSL 347.48º 0.45% 0.5% -
HSV(B) 347.48º 0.62% 0.73% -
XYZ 24.57 15.77 12.58 -
YUV 108.12 120.6 183.55 -
System Red Green Blue C M Y K H S L
Decimal 186 71 95 0 0.62 0.49 0.27 347.48 0.45 0.5
Hex BA 47 5F 0 3E 31 1B 15B 2D 32
Octal 272 107 137 0 76 61 33 533 55 62
Binary 10111010 1000111 1011111 0 111110 110001 11011 101011011 101101 110010

Color Harmonies of #BA475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA475F

Black with #BA475F

Text Example


Text Example

White with #BA475F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA475F; }

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

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

background-color css

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

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

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

border-color css

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

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

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