Html Css Color HEX #BA2457 Old Rose

📋 copy color: '#BA2457'

red 186 ◦ green 36 ◦ blue 87

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

Shades of Old Rose #BA2457

Tints of Old Rose #BA2457

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.65%

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

R = 60.19%
G = 11.65%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA2457 (or 0xBA2457) is known color: Old Rose. HEX triplet: BA, 24 and 57. RGB value is (186,36,87). Sum of RGB (Red+Green+Blue) = 186+36+87=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 87 (34.38% from 255 or 28.16% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2457 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2457 is #45DBA8. Grayscale: #565656. Windows color (decimal): -4578217 or 5711034. OLE color: 5711034.

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

Color convert

RGB 186 36 87 -
CMYK 0 0.81 0.53 0.27
HSL 339.6º 0.68% 0.44% -
HSV(B) 339.6º 0.81% 0.73% -
XYZ 22.6 12.39 10.22 -
YUV 86.66 128.2 198.85 -
System Red Green Blue C M Y K H S L
Decimal 186 36 87 0 0.81 0.53 0.27 339.6 0.68 0.44
Hex BA 24 57 0 51 35 1B 154 44 2C
Octal 272 44 127 0 121 65 33 524 104 54
Binary 10111010 100100 1010111 0 1010001 110101 11011 101010100 1000100 101100

Color Harmonies of #BA2457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2457

Black with #BA2457

Text Example


Text Example

White with #BA2457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2457; }

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

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

background-color css

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

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

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

border-color css

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

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

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