Html Css Color HEX #BA2547 Old Rose

📋 copy color: '#BA2547'

red 186 ◦ green 37 ◦ blue 71

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

Shades of Old Rose #BA2547

Tints of Old Rose #BA2547

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.59%

 BLUE value IS 71 (28.13% from 255) = 24.15%

R = 63.27%
G = 12.59%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA2547 (or 0xBA2547) is known color: Old Rose. HEX triplet: BA, 25 and 47. RGB value is (186,37,71). Sum of RGB (Red+Green+Blue) = 186+37+71=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 71 (28.12% from 255 or 24.15% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2547 is #45DAB8. Grayscale: #555555. Windows color (decimal): -4577977 or 4662714. OLE color: 4662714.

HSL color Cylindrical-coordinate representation of color #BA2547: hue angle of 346.31º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2547 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 37 71 -
CMYK 0 0.80 0.62 0.27
HSL 346.31º 0.67% 0.44% -
HSV(B) 346.31º 0.8% 0.73% -
XYZ 22.05 12.22 7.16 -
YUV 85.43 119.86 199.74 -
System Red Green Blue C M Y K H S L
Decimal 186 37 71 0 0.80 0.62 0.27 346.31 0.67 0.44
Hex BA 25 47 0 50 3E 1B 15A 43 2C
Octal 272 45 107 0 120 76 33 532 103 54
Binary 10111010 100101 1000111 0 1010000 111110 11011 101011010 1000011 101100

Color Harmonies of #BA2547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2547

Black with #BA2547

Text Example


Text Example

White with #BA2547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2547; }

 p { color: rgb(186,37,71); }

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

background-color css

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

 a { background-color: rgb(186,37,71); }

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

border-color css

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

 span { border-color: rgb(186,37,71); }

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