Html Css Color HEX #BA2456 Old Rose

📋 copy color: '#BA2456'

red 186 ◦ green 36 ◦ blue 86

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

Shades of Old Rose #BA2456

Tints of Old Rose #BA2456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 27.92%

R = 60.39%
G = 11.69%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA2456 (or 0xBA2456) is known color: Old Rose. HEX triplet: BA, 24 and 56. RGB value is (186,36,86). Sum of RGB (Red+Green+Blue) = 186+36+86=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2456 is #45DBA9. Grayscale: #565656. Windows color (decimal): -4578218 or 5645498. OLE color: 5645498.

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

Color convert

RGB 186 36 86 -
CMYK 0 0.81 0.54 0.27
HSL 340º 0.68% 0.44% -
HSV(B) 340º 0.81% 0.73% -
XYZ 22.56 12.37 10 -
YUV 86.55 127.7 198.93 -
System Red Green Blue C M Y K H S L
Decimal 186 36 86 0 0.81 0.54 0.27 340 0.68 0.44
Hex BA 24 56 0 51 36 1B 154 44 2C
Octal 272 44 126 0 121 66 33 524 104 54
Binary 10111010 100100 1010110 0 1010001 110110 11011 101010100 1000100 101100

Color Harmonies of #BA2456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2456

Black with #BA2456

Text Example


Text Example

White with #BA2456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2456; }

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

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

background-color css

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

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

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

border-color css

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

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

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