Html Css Color HEX #BA325A Old Rose

📋 copy color: '#BA325A'

red 186 ◦ green 50 ◦ blue 90

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

Shades of Old Rose #BA325A

Tints of Old Rose #BA325A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.61%

R = 57.06%
G = 15.34%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA325A (or 0xBA325A) is known color: Old Rose. HEX triplet: BA, 32 and 5A. RGB value is (186,50,90). Sum of RGB (Red+Green+Blue) = 186+50+90=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA325A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA325A is #45CDA5. Grayscale: #5F5F5F. Windows color (decimal): -4574630 or 5911226. OLE color: 5911226.

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

Color convert

RGB 186 50 90 -
CMYK 0 0.73 0.52 0.27
HSL 342.35º 0.58% 0.46% -
HSV(B) 342.35º 0.73% 0.73% -
XYZ 23.24 13.46 11.05 -
YUV 95.22 125.06 192.75 -
System Red Green Blue C M Y K H S L
Decimal 186 50 90 0 0.73 0.52 0.27 342.35 0.58 0.46
Hex BA 32 5A 0 49 34 1B 156 3A 2E
Octal 272 62 132 0 111 64 33 526 72 56
Binary 10111010 110010 1011010 0 1001001 110100 11011 101010110 111010 101110

Color Harmonies of #BA325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA325A

Black with #BA325A

Text Example


Text Example

White with #BA325A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA325A; }

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

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

background-color css

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

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

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

border-color css

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

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

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