Html Css Color HEX #BA4449 Old Rose

📋 copy color: '#BA4449'

red 186 ◦ green 68 ◦ blue 73

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

Shades of Old Rose #BA4449

Tints of Old Rose #BA4449

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.8%

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

R = 56.88%
G = 20.8%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA4449 (or 0xBA4449) is known color: Old Rose. HEX triplet: BA, 44 and 49. RGB value is (186,68,73). Sum of RGB (Red+Green+Blue) = 186+68+73=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4449 is #45BBB6. Grayscale: #676767. Windows color (decimal): -4570039 or 4801722. OLE color: 4801722.

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

Color convert

RGB 186 68 73 -
CMYK 0 0.63 0.61 0.27
HSL 357.46º 0.46% 0.5% -
HSV(B) 357.46º 0.63% 0.73% -
XYZ 23.52 15.05 7.97 -
YUV 103.85 110.59 186.59 -
System Red Green Blue C M Y K H S L
Decimal 186 68 73 0 0.63 0.61 0.27 357.46 0.46 0.5
Hex BA 44 49 0 3F 3D 1B 165 2E 32
Octal 272 104 111 0 77 75 33 545 56 62
Binary 10111010 1000100 1001001 0 111111 111101 11011 101100101 101110 110010

Color Harmonies of #BA4449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4449

Black with #BA4449

Text Example


Text Example

White with #BA4449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4449; }

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

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

background-color css

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

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

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

border-color css

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

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

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