Html Css Color HEX #BA324F Old Rose

📋 copy color: '#BA324F'

red 186 ◦ green 50 ◦ blue 79

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

Shades of Old Rose #BA324F

Tints of Old Rose #BA324F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.08%

R = 59.05%
G = 15.87%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA324F (or 0xBA324F) is known color: Old Rose. HEX triplet: BA, 32 and 4F. RGB value is (186,50,79). Sum of RGB (Red+Green+Blue) = 186+50+79=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA324F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA324F is #45CDB0. Grayscale: #5D5D5D. Windows color (decimal): -4574641 or 5190330. OLE color: 5190330.

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

Color convert

RGB 186 50 79 -
CMYK 0 0.73 0.58 0.27
HSL 347.21º 0.58% 0.46% -
HSV(B) 347.21º 0.73% 0.73% -
XYZ 22.8 13.28 8.76 -
YUV 93.97 119.56 193.64 -
System Red Green Blue C M Y K H S L
Decimal 186 50 79 0 0.73 0.58 0.27 347.21 0.58 0.46
Hex BA 32 4F 0 49 3A 1B 15B 3A 2E
Octal 272 62 117 0 111 72 33 533 72 56
Binary 10111010 110010 1001111 0 1001001 111010 11011 101011011 111010 101110

Color Harmonies of #BA324F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA324F

Black with #BA324F

Text Example


Text Example

White with #BA324F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA324F; }

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

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

background-color css

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

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

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

border-color css

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

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

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