Html Css Color HEX #BA4049 Old Rose

📋 copy color: '#BA4049'

red 186 ◦ green 64 ◦ blue 73

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

Shades of Old Rose #BA4049

Tints of Old Rose #BA4049

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.81%

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

R = 57.59%
G = 19.81%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA4049 (or 0xBA4049) is known color: Old Rose. HEX triplet: BA, 40 and 49. RGB value is (186,64,73). Sum of RGB (Red+Green+Blue) = 186+64+73=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4049 is #45BFB6. Grayscale: #656565. Windows color (decimal): -4571063 or 4800698. OLE color: 4800698.

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

Color convert

RGB 186 64 73 -
CMYK 0 0.66 0.61 0.27
HSL 355.57º 0.49% 0.49% -
HSV(B) 355.57º 0.66% 0.73% -
XYZ 23.29 14.59 7.89 -
YUV 101.5 111.92 188.27 -
System Red Green Blue C M Y K H S L
Decimal 186 64 73 0 0.66 0.61 0.27 355.57 0.49 0.49
Hex BA 40 49 0 42 3D 1B 164 31 31
Octal 272 100 111 0 102 75 33 544 61 61
Binary 10111010 1000000 1001001 0 1000010 111101 11011 101100100 110001 110001

Color Harmonies of #BA4049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4049

Black with #BA4049

Text Example


Text Example

White with #BA4049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4049; }

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

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

background-color css

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

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

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

border-color css

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

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

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