Html Css Color HEX #BA3F49 Old Rose

📋 copy color: '#BA3F49'

red 186 ◦ green 63 ◦ blue 73

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

Shades of Old Rose #BA3F49

Tints of Old Rose #BA3F49

RGB

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

 GREEN value IS 63 (25% from 255) = 19.57%

 BLUE value IS 73 (28.91% from 255) = 22.67%

R = 57.76%
G = 19.57%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA3F49 (or 0xBA3F49) is known color: Old Rose. HEX triplet: BA, 3F and 49. RGB value is (186,63,73). Sum of RGB (Red+Green+Blue) = 186+63+73=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3F49 is #45C0B6. Grayscale: #656565. Windows color (decimal): -4571319 or 4800442. OLE color: 4800442.

HSL color Cylindrical-coordinate representation of color #BA3F49: hue angle of 355.12º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA3F49 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 63 73 -
CMYK 0 0.66 0.61 0.27
HSL 355.12º 0.49% 0.49% -
HSV(B) 355.12º 0.66% 0.73% -
XYZ 23.23 14.48 7.87 -
YUV 100.92 112.25 188.69 -
System Red Green Blue C M Y K H S L
Decimal 186 63 73 0 0.66 0.61 0.27 355.12 0.49 0.49
Hex BA 3F 49 0 42 3D 1B 163 31 31
Octal 272 77 111 0 102 75 33 543 61 61
Binary 10111010 111111 1001001 0 1000010 111101 11011 101100011 110001 110001

Color Harmonies of #BA3F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3F49

Black with #BA3F49

Text Example


Text Example

White with #BA3F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3F49; }

 p { color: rgb(186,63,73); }

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

background-color css

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

 a { background-color: rgb(186,63,73); }

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

border-color css

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

 span { border-color: rgb(186,63,73); }

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