Html Css Color HEX #BA2954 Old Rose

📋 copy color: '#BA2954'

red 186 ◦ green 41 ◦ blue 84

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

Shades of Old Rose #BA2954

Tints of Old Rose #BA2954

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.18%

 BLUE value IS 84 (33.2% from 255) = 27.01%

R = 59.81%
G = 13.18%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA2954 (or 0xBA2954) is known color: Old Rose. HEX triplet: BA, 29 and 54. RGB value is (186,41,84). Sum of RGB (Red+Green+Blue) = 186+41+84=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 84 (33.20% from 255 or 27.01% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2954 is #45D6AB. Grayscale: #595959. Windows color (decimal): -4576940 or 5515706. OLE color: 5515706.

HSL color Cylindrical-coordinate representation of color #BA2954: hue angle of 342.21º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2954 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 41 84 -
CMYK 0 0.78 0.55 0.27
HSL 342.21º 0.64% 0.45% -
HSV(B) 342.21º 0.78% 0.73% -
XYZ 22.64 12.67 9.64 -
YUV 89.26 125.04 197 -
System Red Green Blue C M Y K H S L
Decimal 186 41 84 0 0.78 0.55 0.27 342.21 0.64 0.45
Hex BA 29 54 0 4E 37 1B 156 40 2D
Octal 272 51 124 0 116 67 33 526 100 55
Binary 10111010 101001 1010100 0 1001110 110111 11011 101010110 1000000 101101

Color Harmonies of #BA2954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2954

Black with #BA2954

Text Example


Text Example

White with #BA2954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2954; }

 p { color: rgb(186,41,84); }

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

background-color css

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

 a { background-color: rgb(186,41,84); }

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

border-color css

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

 span { border-color: rgb(186,41,84); }

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