Html Css Color HEX #BA2462 Old Rose

📋 copy color: '#BA2462'

red 186 ◦ green 36 ◦ blue 98

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

Shades of Old Rose #BA2462

Tints of Old Rose #BA2462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.63%

R = 58.13%
G = 11.25%
B = 30.63%

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

#BA2462 (or 0xBA2462) is known color: Old Rose. HEX triplet: BA, 24 and 62. RGB value is (186,36,98). Sum of RGB (Red+Green+Blue) = 186+36+98=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2462 is #45DB9D. Grayscale: #575757. Windows color (decimal): -4578206 or 6431930. OLE color: 6431930.

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

Color convert

RGB 186 36 98 -
CMYK 0 0.81 0.47 0.27
HSL 335.2º 0.68% 0.44% -
HSV(B) 335.2º 0.81% 0.73% -
XYZ 23.09 12.58 12.77 -
YUV 87.92 133.7 197.96 -
System Red Green Blue C M Y K H S L
Decimal 186 36 98 0 0.81 0.47 0.27 335.2 0.68 0.44
Hex BA 24 62 0 51 2F 1B 14F 44 2C
Octal 272 44 142 0 121 57 33 517 104 54
Binary 10111010 100100 1100010 0 1010001 101111 11011 101001111 1000100 101100

Color Harmonies of #BA2462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2462

Black with #BA2462

Text Example


Text Example

White with #BA2462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2462; }

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

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

background-color css

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

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

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

border-color css

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

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

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