Html Css Color HEX #BA255E Old Rose

📋 copy color: '#BA255E'

red 186 ◦ green 37 ◦ blue 94

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

Shades of Old Rose #BA255E

Tints of Old Rose #BA255E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.67%

 BLUE value IS 94 (37.11% from 255) = 29.65%

R = 58.68%
G = 11.67%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA255E (or 0xBA255E) is known color: Old Rose. HEX triplet: BA, 25 and 5E. RGB value is (186,37,94). Sum of RGB (Red+Green+Blue) = 186+37+94=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA255E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA255E is #45DAA1. Grayscale: #575757. Windows color (decimal): -4577954 or 6170042. OLE color: 6170042.

HSL color Cylindrical-coordinate representation of color #BA255E: hue angle of 337.05º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA255E is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 37 94 -
CMYK 0 0.80 0.49 0.27
HSL 337.05º 0.67% 0.44% -
HSV(B) 337.05º 0.8% 0.73% -
XYZ 22.93 12.57 11.81 -
YUV 88.05 131.36 197.87 -
System Red Green Blue C M Y K H S L
Decimal 186 37 94 0 0.80 0.49 0.27 337.05 0.67 0.44
Hex BA 25 5E 0 50 31 1B 151 43 2C
Octal 272 45 136 0 120 61 33 521 103 54
Binary 10111010 100101 1011110 0 1010000 110001 11011 101010001 1000011 101100

Color Harmonies of #BA255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA255E

Black with #BA255E

Text Example


Text Example

White with #BA255E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA255E; }

 p { color: rgb(186,37,94); }

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

background-color css

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

 a { background-color: rgb(186,37,94); }

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

border-color css

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

 span { border-color: rgb(186,37,94); }

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