Html Css Color HEX #BA3957 Old Rose

📋 copy color: '#BA3957'

red 186 ◦ green 57 ◦ blue 87

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

Shades of Old Rose #BA3957

Tints of Old Rose #BA3957

RGB

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

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

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

R = 56.36%
G = 17.27%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA3957 (or 0xBA3957) is known color: Old Rose. HEX triplet: BA, 39 and 57. RGB value is (186,57,87). Sum of RGB (Red+Green+Blue) = 186+57+87=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3957 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3957 is #45C6A8. Grayscale: #636363. Windows color (decimal): -4572841 or 5716410. OLE color: 5716410.

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

Color convert

RGB 186 57 87 -
CMYK 0 0.69 0.53 0.27
HSL 346.05º 0.53% 0.48% -
HSV(B) 346.05º 0.69% 0.73% -
XYZ 23.43 14.05 10.49 -
YUV 98.99 121.24 190.06 -
System Red Green Blue C M Y K H S L
Decimal 186 57 87 0 0.69 0.53 0.27 346.05 0.53 0.48
Hex BA 39 57 0 45 35 1B 15A 35 30
Octal 272 71 127 0 105 65 33 532 65 60
Binary 10111010 111001 1010111 0 1000101 110101 11011 101011010 110101 110000

Color Harmonies of #BA3957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3957

Black with #BA3957

Text Example


Text Example

White with #BA3957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3957; }

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

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

background-color css

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

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

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

border-color css

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

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

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