Html Css Color HEX #BA325C Old Rose

📋 copy color: '#BA325C'

red 186 ◦ green 50 ◦ blue 92

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

Shades of Old Rose #BA325C

Tints of Old Rose #BA325C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.05%

R = 56.71%
G = 15.24%
B = 28.05%

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

#BA325C (or 0xBA325C) is known color: Old Rose. HEX triplet: BA, 32 and 5C. RGB value is (186,50,92). Sum of RGB (Red+Green+Blue) = 186+50+92=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA325C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA325C is #45CDA3. Grayscale: #5F5F5F. Windows color (decimal): -4574628 or 6042298. OLE color: 6042298.

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

Color convert

RGB 186 50 92 -
CMYK 0 0.73 0.51 0.27
HSL 341.47º 0.58% 0.46% -
HSV(B) 341.47º 0.73% 0.73% -
XYZ 23.32 13.49 11.5 -
YUV 95.45 126.06 192.58 -
System Red Green Blue C M Y K H S L
Decimal 186 50 92 0 0.73 0.51 0.27 341.47 0.58 0.46
Hex BA 32 5C 0 49 33 1B 155 3A 2E
Octal 272 62 134 0 111 63 33 525 72 56
Binary 10111010 110010 1011100 0 1001001 110011 11011 101010101 111010 101110

Color Harmonies of #BA325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA325C

Black with #BA325C

Text Example


Text Example

White with #BA325C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA325C; }

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

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

background-color css

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

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

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

border-color css

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

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

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