Html Css Color HEX #BA3A55 Old Rose

📋 copy color: '#BA3A55'

red 186 ◦ green 58 ◦ blue 85

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

Shades of Old Rose #BA3A55

Tints of Old Rose #BA3A55

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.63%

 BLUE value IS 85 (33.59% from 255) = 25.84%

R = 56.53%
G = 17.63%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA3A55 (or 0xBA3A55) is known color: Old Rose. HEX triplet: BA, 3A and 55. RGB value is (186,58,85). Sum of RGB (Red+Green+Blue) = 186+58+85=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3A55 is #45C5AA. Grayscale: #636363. Windows color (decimal): -4572587 or 5585594. OLE color: 5585594.

HSL color Cylindrical-coordinate representation of color #BA3A55: hue angle of 347.34º degrees, saturation: 0.52, 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 #BA3A55 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 58 85 -
CMYK 0 0.69 0.54 0.27
HSL 347.34º 0.52% 0.48% -
HSV(B) 347.34º 0.69% 0.73% -
XYZ 23.4 14.12 10.09 -
YUV 99.35 119.91 189.8 -
System Red Green Blue C M Y K H S L
Decimal 186 58 85 0 0.69 0.54 0.27 347.34 0.52 0.48
Hex BA 3A 55 0 45 36 1B 15B 34 30
Octal 272 72 125 0 105 66 33 533 64 60
Binary 10111010 111010 1010101 0 1000101 110110 11011 101011011 110100 110000

Color Harmonies of #BA3A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3A55

Black with #BA3A55

Text Example


Text Example

White with #BA3A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3A55; }

 p { color: rgb(186,58,85); }

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

background-color css

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

 a { background-color: rgb(186,58,85); }

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

border-color css

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

 span { border-color: rgb(186,58,85); }

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