Html Css Color HEX #BA3C50 Old Rose

📋 copy color: '#BA3C50'

red 186 ◦ green 60 ◦ blue 80

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

Shades of Old Rose #BA3C50

Tints of Old Rose #BA3C50

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.4%

 BLUE value IS 80 (31.64% from 255) = 24.54%

R = 57.06%
G = 18.4%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA3C50 (or 0xBA3C50) is known color: Old Rose. HEX triplet: BA, 3C and 50. RGB value is (186,60,80). Sum of RGB (Red+Green+Blue) = 186+60+80=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3C50 is #45C3AF. Grayscale: #636363. Windows color (decimal): -4572080 or 5258426. OLE color: 5258426.

HSL color Cylindrical-coordinate representation of color #BA3C50: hue angle of 350.48º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3C50 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 60 80 -
CMYK 0 0.68 0.57 0.27
HSL 350.48º 0.51% 0.48% -
HSV(B) 350.48º 0.68% 0.73% -
XYZ 23.31 14.25 9.11 -
YUV 99.95 116.74 189.37 -
System Red Green Blue C M Y K H S L
Decimal 186 60 80 0 0.68 0.57 0.27 350.48 0.51 0.48
Hex BA 3C 50 0 44 39 1B 15E 33 30
Octal 272 74 120 0 104 71 33 536 63 60
Binary 10111010 111100 1010000 0 1000100 111001 11011 101011110 110011 110000

Color Harmonies of #BA3C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3C50

Black with #BA3C50

Text Example


Text Example

White with #BA3C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3C50; }

 p { color: rgb(186,60,80); }

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

background-color css

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

 a { background-color: rgb(186,60,80); }

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

border-color css

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

 span { border-color: rgb(186,60,80); }

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