Html Css Color HEX #BA3557 Old Rose

📋 copy color: '#BA3557'

red 186 ◦ green 53 ◦ blue 87

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

Shades of Old Rose #BA3557

Tints of Old Rose #BA3557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 26.69%

R = 57.06%
G = 16.26%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA3557 (or 0xBA3557) is known color: Old Rose. HEX triplet: BA, 35 and 57. RGB value is (186,53,87). Sum of RGB (Red+Green+Blue) = 186+53+87=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 87 (34.38% from 255 or 26.69% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3557 is #45CAA8. Grayscale: #606060. Windows color (decimal): -4573865 or 5715386. OLE color: 5715386.

HSL color Cylindrical-coordinate representation of color #BA3557: hue angle of 344.66º 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 #BA3557 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 53 87 -
CMYK 0 0.72 0.53 0.27
HSL 344.66º 0.56% 0.47% -
HSV(B) 344.66º 0.72% 0.73% -
XYZ 23.24 13.67 10.43 -
YUV 96.64 122.56 191.74 -
System Red Green Blue C M Y K H S L
Decimal 186 53 87 0 0.72 0.53 0.27 344.66 0.56 0.47
Hex BA 35 57 0 48 35 1B 159 38 2F
Octal 272 65 127 0 110 65 33 531 70 57
Binary 10111010 110101 1010111 0 1001000 110101 11011 101011001 111000 101111

Color Harmonies of #BA3557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3557

Black with #BA3557

Text Example


Text Example

White with #BA3557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3557; }

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

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

background-color css

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

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

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

border-color css

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

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

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