Html Css Color HEX #BA2257 Old Rose

📋 copy color: '#BA2257'

red 186 ◦ green 34 ◦ blue 87

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

Shades of Old Rose #BA2257

Tints of Old Rose #BA2257

RGB

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

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

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

R = 60.59%
G = 11.07%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA2257 (or 0xBA2257) is known color: Old Rose. HEX triplet: BA, 22 and 57. RGB value is (186,34,87). Sum of RGB (Red+Green+Blue) = 186+34+87=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 87 (34.38% from 255 or 28.34% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2257 is #45DDA8. Grayscale: #555555. Windows color (decimal): -4578729 or 5710522. OLE color: 5710522.

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

Color convert

RGB 186 34 87 -
CMYK 0 0.82 0.53 0.27
HSL 339.08º 0.69% 0.43% -
HSV(B) 339.08º 0.82% 0.73% -
XYZ 22.54 12.27 10.2 -
YUV 85.49 128.86 199.69 -
System Red Green Blue C M Y K H S L
Decimal 186 34 87 0 0.82 0.53 0.27 339.08 0.69 0.43
Hex BA 22 57 0 52 35 1B 153 45 2B
Octal 272 42 127 0 122 65 33 523 105 53
Binary 10111010 100010 1010111 0 1010010 110101 11011 101010011 1000101 101011

Color Harmonies of #BA2257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2257

Black with #BA2257

Text Example


Text Example

White with #BA2257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2257; }

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

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

background-color css

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

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

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

border-color css

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

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

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