Html Css Color HEX #BA3C49 Old Rose

📋 copy color: '#BA3C49'

red 186 ◦ green 60 ◦ blue 73

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

Shades of Old Rose #BA3C49

Tints of Old Rose #BA3C49

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.81%

 BLUE value IS 73 (28.91% from 255) = 22.88%

R = 58.31%
G = 18.81%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA3C49 (or 0xBA3C49) is known color: Old Rose. HEX triplet: BA, 3C and 49. RGB value is (186,60,73). Sum of RGB (Red+Green+Blue) = 186+60+73=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3C49 is #45C3B6. Grayscale: #636363. Windows color (decimal): -4572087 or 4799674. OLE color: 4799674.

HSL color Cylindrical-coordinate representation of color #BA3C49: hue angle of 353.81º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3C49 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 60 73 -
CMYK 0 0.68 0.61 0.27
HSL 353.81º 0.51% 0.48% -
HSV(B) 353.81º 0.68% 0.73% -
XYZ 23.07 14.15 7.82 -
YUV 99.16 113.24 189.94 -
System Red Green Blue C M Y K H S L
Decimal 186 60 73 0 0.68 0.61 0.27 353.81 0.51 0.48
Hex BA 3C 49 0 44 3D 1B 162 33 30
Octal 272 74 111 0 104 75 33 542 63 60
Binary 10111010 111100 1001001 0 1000100 111101 11011 101100010 110011 110000

Color Harmonies of #BA3C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3C49

Black with #BA3C49

Text Example


Text Example

White with #BA3C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3C49; }

 p { color: rgb(186,60,73); }

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

background-color css

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

 a { background-color: rgb(186,60,73); }

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

border-color css

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

 span { border-color: rgb(186,60,73); }

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