Html Css Color HEX #BA3555 Old Rose

📋 copy color: '#BA3555'

red 186 ◦ green 53 ◦ blue 85

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

Shades of Old Rose #BA3555

Tints of Old Rose #BA3555

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.36%

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

R = 57.41%
G = 16.36%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA3555 (or 0xBA3555) is known color: Old Rose. HEX triplet: BA, 35 and 55. RGB value is (186,53,85). Sum of RGB (Red+Green+Blue) = 186+53+85=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3555 is #45CAAA. Grayscale: #606060. Windows color (decimal): -4573867 or 5584314. OLE color: 5584314.

HSL color Cylindrical-coordinate representation of color #BA3555: hue angle of 345.56º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3555 is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 53 85 -
CMYK 0 0.72 0.54 0.27
HSL 345.56º 0.56% 0.47% -
HSV(B) 345.56º 0.72% 0.73% -
XYZ 23.16 13.64 10.01 -
YUV 96.42 121.56 191.9 -
System Red Green Blue C M Y K H S L
Decimal 186 53 85 0 0.72 0.54 0.27 345.56 0.56 0.47
Hex BA 35 55 0 48 36 1B 15A 38 2F
Octal 272 65 125 0 110 66 33 532 70 57
Binary 10111010 110101 1010101 0 1001000 110110 11011 101011010 111000 101111

Color Harmonies of #BA3555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3555

Black with #BA3555

Text Example


Text Example

White with #BA3555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3555; }

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

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

background-color css

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

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

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

border-color css

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

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

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