Html Css Color HEX #BA4748 Mandy

📋 copy color: '#BA4748'

red 186 ◦ green 71 ◦ blue 72

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

Shades of Mandy #BA4748

Tints of Mandy #BA4748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.88%

R = 56.53%
G = 21.58%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA4748 (or 0xBA4748) is known color: Mandy. HEX triplet: BA, 47 and 48. RGB value is (186,71,72). Sum of RGB (Red+Green+Blue) = 186+71+72=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4748 is #45B8B7. Grayscale: #696969. Windows color (decimal): -4569272 or 4736954. OLE color: 4736954.

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

Color convert

RGB 186 71 72 -
CMYK 0 0.62 0.61 0.27
HSL 359.48º 0.45% 0.5% -
HSV(B) 359.48º 0.62% 0.73% -
XYZ 23.67 15.41 7.86 -
YUV 105.5 109.1 185.42 -
System Red Green Blue C M Y K H S L
Decimal 186 71 72 0 0.62 0.61 0.27 359.48 0.45 0.5
Hex BA 47 48 0 3E 3D 1B 167 2D 32
Octal 272 107 110 0 76 75 33 547 55 62
Binary 10111010 1000111 1001000 0 111110 111101 11011 101100111 101101 110010

Color Harmonies of #BA4748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4748

Black with #BA4748

Text Example


Text Example

White with #BA4748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4748; }

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

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

background-color css

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

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

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

border-color css

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

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

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