Html Css Color HEX #BA3954 Old Rose

📋 copy color: '#BA3954'

red 186 ◦ green 57 ◦ blue 84

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

Shades of Old Rose #BA3954

Tints of Old Rose #BA3954

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.43%

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

R = 56.88%
G = 17.43%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA3954 (or 0xBA3954) is known color: Old Rose. HEX triplet: BA, 39 and 54. RGB value is (186,57,84). Sum of RGB (Red+Green+Blue) = 186+57+84=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3954 is #45C6AB. Grayscale: #626262. Windows color (decimal): -4572844 or 5519802. OLE color: 5519802.

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

Color convert

RGB 186 57 84 -
CMYK 0 0.69 0.55 0.27
HSL 347.44º 0.53% 0.48% -
HSV(B) 347.44º 0.69% 0.73% -
XYZ 23.31 14.01 9.86 -
YUV 98.65 119.74 190.3 -
System Red Green Blue C M Y K H S L
Decimal 186 57 84 0 0.69 0.55 0.27 347.44 0.53 0.48
Hex BA 39 54 0 45 37 1B 15B 35 30
Octal 272 71 124 0 105 67 33 533 65 60
Binary 10111010 111001 1010100 0 1000101 110111 11011 101011011 110101 110000

Color Harmonies of #BA3954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3954

Black with #BA3954

Text Example


Text Example

White with #BA3954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3954; }

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

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

background-color css

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

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

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

border-color css

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

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

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