Html Css Color HEX #BA4448 Old Rose

📋 copy color: '#BA4448'

red 186 ◦ green 68 ◦ blue 72

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

Shades of Old Rose #BA4448

Tints of Old Rose #BA4448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.09%

R = 57.06%
G = 20.86%
B = 22.09%

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

#BA4448 (or 0xBA4448) is known color: Old Rose. HEX triplet: BA, 44 and 48. RGB value is (186,68,72). Sum of RGB (Red+Green+Blue) = 186+68+72=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4448 is #45BBB7. Grayscale: #676767. Windows color (decimal): -4570040 or 4736186. OLE color: 4736186.

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

Color convert

RGB 186 68 72 -
CMYK 0 0.63 0.61 0.27
HSL 357.97º 0.46% 0.5% -
HSV(B) 357.97º 0.63% 0.73% -
XYZ 23.49 15.04 7.8 -
YUV 103.74 110.09 186.67 -
System Red Green Blue C M Y K H S L
Decimal 186 68 72 0 0.63 0.61 0.27 357.97 0.46 0.5
Hex BA 44 48 0 3F 3D 1B 166 2E 32
Octal 272 104 110 0 77 75 33 546 56 62
Binary 10111010 1000100 1001000 0 111111 111101 11011 101100110 101110 110010

Color Harmonies of #BA4448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4448

Black with #BA4448

Text Example


Text Example

White with #BA4448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4448; }

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

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

background-color css

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

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

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

border-color css

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

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

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