Html Css Color HEX #BA3753 Old Rose

📋 copy color: '#BA3753'

red 186 ◦ green 55 ◦ blue 83

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

Shades of Old Rose #BA3753

Tints of Old Rose #BA3753

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.98%

 BLUE value IS 83 (32.81% from 255) = 25.62%

R = 57.41%
G = 16.98%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA3753 (or 0xBA3753) is known color: Old Rose. HEX triplet: BA, 37 and 53. RGB value is (186,55,83). Sum of RGB (Red+Green+Blue) = 186+55+83=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 83 (32.81% from 255 or 25.62% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3753 is #45C8AC. Grayscale: #616161. Windows color (decimal): -4573357 or 5453754. OLE color: 5453754.

HSL color Cylindrical-coordinate representation of color #BA3753: hue angle of 347.18º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3753 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 55 83 -
CMYK 0 0.70 0.55 0.27
HSL 347.18º 0.54% 0.47% -
HSV(B) 347.18º 0.7% 0.73% -
XYZ 23.18 13.8 9.62 -
YUV 97.36 119.9 191.22 -
System Red Green Blue C M Y K H S L
Decimal 186 55 83 0 0.70 0.55 0.27 347.18 0.54 0.47
Hex BA 37 53 0 46 37 1B 15B 36 2F
Octal 272 67 123 0 106 67 33 533 66 57
Binary 10111010 110111 1010011 0 1000110 110111 11011 101011011 110110 101111

Color Harmonies of #BA3753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3753

Black with #BA3753

Text Example


Text Example

White with #BA3753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3753; }

 p { color: rgb(186,55,83); }

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

background-color css

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

 a { background-color: rgb(186,55,83); }

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

border-color css

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

 span { border-color: rgb(186,55,83); }

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