Html Css Color HEX #BA2255 Old Rose

📋 copy color: '#BA2255'

red 186 ◦ green 34 ◦ blue 85

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

Shades of Old Rose #BA2255

Tints of Old Rose #BA2255

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.15%

 BLUE value IS 85 (33.59% from 255) = 27.87%

R = 60.98%
G = 11.15%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA2255 (or 0xBA2255) is known color: Old Rose. HEX triplet: BA, 22 and 55. RGB value is (186,34,85). Sum of RGB (Red+Green+Blue) = 186+34+85=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2255 is #45DDAA. Grayscale: #555555. Windows color (decimal): -4578731 or 5579450. OLE color: 5579450.

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

Color convert

RGB 186 34 85 -
CMYK 0 0.82 0.54 0.27
HSL 339.87º 0.69% 0.43% -
HSV(B) 339.87º 0.82% 0.73% -
XYZ 22.46 12.24 9.77 -
YUV 85.26 127.86 199.85 -
System Red Green Blue C M Y K H S L
Decimal 186 34 85 0 0.82 0.54 0.27 339.87 0.69 0.43
Hex BA 22 55 0 52 36 1B 154 45 2B
Octal 272 42 125 0 122 66 33 524 105 53
Binary 10111010 100010 1010101 0 1010010 110110 11011 101010100 1000101 101011

Color Harmonies of #BA2255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2255

Black with #BA2255

Text Example


Text Example

White with #BA2255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2255; }

 p { color: rgb(186,34,85); }

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

background-color css

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

 a { background-color: rgb(186,34,85); }

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

border-color css

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

 span { border-color: rgb(186,34,85); }

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