Html Css Color HEX #BA2363 Old Rose

📋 copy color: '#BA2363'

red 186 ◦ green 35 ◦ blue 99

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

Shades of Old Rose #BA2363

Tints of Old Rose #BA2363

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.94%

 BLUE value IS 99 (39.06% from 255) = 30.94%

R = 58.13%
G = 10.94%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA2363 (or 0xBA2363) is known color: Old Rose. HEX triplet: BA, 23 and 63. RGB value is (186,35,99). Sum of RGB (Red+Green+Blue) = 186+35+99=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2363 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2363 is #45DC9C. Grayscale: #575757. Windows color (decimal): -4578461 or 6497210. OLE color: 6497210.

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

Color convert

RGB 186 35 99 -
CMYK 0 0.81 0.47 0.27
HSL 334.57º 0.68% 0.43% -
HSV(B) 334.57º 0.81% 0.73% -
XYZ 23.1 12.54 13.01 -
YUV 87.45 134.53 198.3 -
System Red Green Blue C M Y K H S L
Decimal 186 35 99 0 0.81 0.47 0.27 334.57 0.68 0.43
Hex BA 23 63 0 51 2F 1B 14F 44 2B
Octal 272 43 143 0 121 57 33 517 104 53
Binary 10111010 100011 1100011 0 1010001 101111 11011 101001111 1000100 101011

Color Harmonies of #BA2363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2363

Black with #BA2363

Text Example


Text Example

White with #BA2363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2363; }

 p { color: rgb(186,35,99); }

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

background-color css

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

 a { background-color: rgb(186,35,99); }

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

border-color css

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

 span { border-color: rgb(186,35,99); }

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