Html Css Color HEX #BA325E Old Rose

📋 copy color: '#BA325E'

red 186 ◦ green 50 ◦ blue 94

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

Shades of Old Rose #BA325E

Tints of Old Rose #BA325E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.15%

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

R = 56.36%
G = 15.15%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA325E (or 0xBA325E) is known color: Old Rose. HEX triplet: BA, 32 and 5E. RGB value is (186,50,94). Sum of RGB (Red+Green+Blue) = 186+50+94=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA325E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA325E is #45CDA1. Grayscale: #5F5F5F. Windows color (decimal): -4574626 or 6173370. OLE color: 6173370.

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

Color convert

RGB 186 50 94 -
CMYK 0 0.73 0.49 0.27
HSL 340.59º 0.58% 0.46% -
HSV(B) 340.59º 0.73% 0.73% -
XYZ 23.41 13.53 11.97 -
YUV 95.68 127.06 192.42 -
System Red Green Blue C M Y K H S L
Decimal 186 50 94 0 0.73 0.49 0.27 340.59 0.58 0.46
Hex BA 32 5E 0 49 31 1B 155 3A 2E
Octal 272 62 136 0 111 61 33 525 72 56
Binary 10111010 110010 1011110 0 1001001 110001 11011 101010101 111010 101110

Color Harmonies of #BA325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA325E

Black with #BA325E

Text Example


Text Example

White with #BA325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA325E; }

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

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

background-color css

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

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

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

border-color css

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

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

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