Html Css Color HEX #BA315E Old Rose

📋 copy color: '#BA315E'

red 186 ◦ green 49 ◦ blue 94

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

Shades of Old Rose #BA315E

Tints of Old Rose #BA315E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.89%

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

R = 56.53%
G = 14.89%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA315E (or 0xBA315E) is known color: Old Rose. HEX triplet: BA, 31 and 5E. RGB value is (186,49,94). Sum of RGB (Red+Green+Blue) = 186+49+94=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA315E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA315E is #45CEA1. Grayscale: #5F5F5F. Windows color (decimal): -4574882 or 6173114. OLE color: 6173114.

HSL color Cylindrical-coordinate representation of color #BA315E: hue angle of 340.29º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA315E is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 49 94 -
CMYK 0 0.74 0.49 0.27
HSL 340.29º 0.58% 0.46% -
HSV(B) 340.29º 0.74% 0.73% -
XYZ 23.37 13.44 11.95 -
YUV 95.09 127.39 192.84 -
System Red Green Blue C M Y K H S L
Decimal 186 49 94 0 0.74 0.49 0.27 340.29 0.58 0.46
Hex BA 31 5E 0 4A 31 1B 154 3A 2E
Octal 272 61 136 0 112 61 33 524 72 56
Binary 10111010 110001 1011110 0 1001010 110001 11011 101010100 111010 101110

Color Harmonies of #BA315E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA315E

Black with #BA315E

Text Example


Text Example

White with #BA315E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA315E; }

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

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

background-color css

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

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

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

border-color css

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

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

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