Html Css Color HEX #BA324E Old Rose

📋 copy color: '#BA324E'

red 186 ◦ green 50 ◦ blue 78

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

Shades of Old Rose #BA324E

Tints of Old Rose #BA324E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.84%

R = 59.24%
G = 15.92%
B = 24.84%

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

#BA324E (or 0xBA324E) is known color: Old Rose. HEX triplet: BA, 32 and 4E. RGB value is (186,50,78). Sum of RGB (Red+Green+Blue) = 186+50+78=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA324E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA324E is #45CDB1. Grayscale: #5D5D5D. Windows color (decimal): -4574642 or 5124794. OLE color: 5124794.

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

Color convert

RGB 186 50 78 -
CMYK 0 0.73 0.58 0.27
HSL 347.65º 0.58% 0.46% -
HSV(B) 347.65º 0.73% 0.73% -
XYZ 22.77 13.27 8.57 -
YUV 93.86 119.06 193.72 -
System Red Green Blue C M Y K H S L
Decimal 186 50 78 0 0.73 0.58 0.27 347.65 0.58 0.46
Hex BA 32 4E 0 49 3A 1B 15C 3A 2E
Octal 272 62 116 0 111 72 33 534 72 56
Binary 10111010 110010 1001110 0 1001001 111010 11011 101011100 111010 101110

Color Harmonies of #BA324E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA324E

Black with #BA324E

Text Example


Text Example

White with #BA324E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA324E; }

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

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

background-color css

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

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

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

border-color css

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

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

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