Html Css Color HEX #BA325B Old Rose

📋 copy color: '#BA325B'

red 186 ◦ green 50 ◦ blue 91

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

Shades of Old Rose #BA325B

Tints of Old Rose #BA325B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.83%

R = 56.88%
G = 15.29%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA325B (or 0xBA325B) is known color: Old Rose. HEX triplet: BA, 32 and 5B. RGB value is (186,50,91). Sum of RGB (Red+Green+Blue) = 186+50+91=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA325B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA325B is #45CDA4. Grayscale: #5F5F5F. Windows color (decimal): -4574629 or 5976762. OLE color: 5976762.

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

Color convert

RGB 186 50 91 -
CMYK 0 0.73 0.51 0.27
HSL 341.91º 0.58% 0.46% -
HSV(B) 341.91º 0.73% 0.73% -
XYZ 23.28 13.48 11.27 -
YUV 95.34 125.56 192.67 -
System Red Green Blue C M Y K H S L
Decimal 186 50 91 0 0.73 0.51 0.27 341.91 0.58 0.46
Hex BA 32 5B 0 49 33 1B 156 3A 2E
Octal 272 62 133 0 111 63 33 526 72 56
Binary 10111010 110010 1011011 0 1001001 110011 11011 101010110 111010 101110

Color Harmonies of #BA325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA325B

Black with #BA325B

Text Example


Text Example

White with #BA325B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA325B; }

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

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

background-color css

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

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

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

border-color css

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

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

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