Html Css Color HEX #BA3757 Old Rose

📋 copy color: '#BA3757'

red 186 ◦ green 55 ◦ blue 87

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

Shades of Old Rose #BA3757

Tints of Old Rose #BA3757

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 26.52%

R = 56.71%
G = 16.77%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA3757 (or 0xBA3757) is known color: Old Rose. HEX triplet: BA, 37 and 57. RGB value is (186,55,87). Sum of RGB (Red+Green+Blue) = 186+55+87=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 87 (34.38% from 255 or 26.52% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3757 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3757 is #45C8A8. Grayscale: #616161. Windows color (decimal): -4573353 or 5715898. OLE color: 5715898.

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

Color convert

RGB 186 55 87 -
CMYK 0 0.70 0.53 0.27
HSL 345.34º 0.54% 0.47% -
HSV(B) 345.34º 0.7% 0.73% -
XYZ 23.34 13.86 10.46 -
YUV 97.82 121.9 190.9 -
System Red Green Blue C M Y K H S L
Decimal 186 55 87 0 0.70 0.53 0.27 345.34 0.54 0.47
Hex BA 37 57 0 46 35 1B 159 36 2F
Octal 272 67 127 0 106 65 33 531 66 57
Binary 10111010 110111 1010111 0 1000110 110101 11011 101011001 110110 101111

Color Harmonies of #BA3757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3757

Black with #BA3757

Text Example


Text Example

White with #BA3757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3757; }

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

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

background-color css

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

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

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

border-color css

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

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

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