Html Css Color HEX #BA324A Old Rose

📋 copy color: '#BA324A'

red 186 ◦ green 50 ◦ blue 74

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

Shades of Old Rose #BA324A

Tints of Old Rose #BA324A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.87%

R = 60%
G = 16.13%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA324A (or 0xBA324A) is known color: Old Rose. HEX triplet: BA, 32 and 4A. RGB value is (186,50,74). Sum of RGB (Red+Green+Blue) = 186+50+74=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA324A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA324A is #45CDB5. Grayscale: #5D5D5D. Windows color (decimal): -4574646 or 4862650. OLE color: 4862650.

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

Color convert

RGB 186 50 74 -
CMYK 0 0.73 0.60 0.27
HSL 349.41º 0.58% 0.46% -
HSV(B) 349.41º 0.73% 0.73% -
XYZ 22.63 13.21 7.84 -
YUV 93.4 117.06 194.05 -
System Red Green Blue C M Y K H S L
Decimal 186 50 74 0 0.73 0.60 0.27 349.41 0.58 0.46
Hex BA 32 4A 0 49 3C 1B 15D 3A 2E
Octal 272 62 112 0 111 74 33 535 72 56
Binary 10111010 110010 1001010 0 1001001 111100 11011 101011101 111010 101110

Color Harmonies of #BA324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA324A

Black with #BA324A

Text Example


Text Example

White with #BA324A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA324A; }

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

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

background-color css

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

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

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

border-color css

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

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

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