Html Css Color HEX #BA4548 Old Rose

📋 copy color: '#BA4548'

red 186 ◦ green 69 ◦ blue 72

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

Shades of Old Rose #BA4548

Tints of Old Rose #BA4548

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.1%

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

R = 56.88%
G = 21.1%
B = 22.02%

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

#BA4548 (or 0xBA4548) is known color: Old Rose. HEX triplet: BA, 45 and 48. RGB value is (186,69,72). Sum of RGB (Red+Green+Blue) = 186+69+72=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4548 is #45BAB7. Grayscale: #686868. Windows color (decimal): -4569784 or 4736442. OLE color: 4736442.

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

Color convert

RGB 186 69 72 -
CMYK 0 0.63 0.61 0.27
HSL 358.46º 0.46% 0.5% -
HSV(B) 358.46º 0.63% 0.73% -
XYZ 23.55 15.16 7.82 -
YUV 104.33 109.76 186.26 -
System Red Green Blue C M Y K H S L
Decimal 186 69 72 0 0.63 0.61 0.27 358.46 0.46 0.5
Hex BA 45 48 0 3F 3D 1B 166 2E 32
Octal 272 105 110 0 77 75 33 546 56 62
Binary 10111010 1000101 1001000 0 111111 111101 11011 101100110 101110 110010

Color Harmonies of #BA4548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4548

Black with #BA4548

Text Example


Text Example

White with #BA4548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4548; }

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

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

background-color css

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

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

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

border-color css

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

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

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