Html Css Color HEX #BA3649 Old Rose

📋 copy color: '#BA3649'

red 186 ◦ green 54 ◦ blue 73

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

Shades of Old Rose #BA3649

Tints of Old Rose #BA3649

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.25%

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

R = 59.42%
G = 17.25%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA3649 (or 0xBA3649) is known color: Old Rose. HEX triplet: BA, 36 and 49. RGB value is (186,54,73). Sum of RGB (Red+Green+Blue) = 186+54+73=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3649 is #45C9B6. Grayscale: #5F5F5F. Windows color (decimal): -4573623 or 4798138. OLE color: 4798138.

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

Color convert

RGB 186 54 73 -
CMYK 0 0.71 0.61 0.27
HSL 351.36º 0.55% 0.47% -
HSV(B) 351.36º 0.71% 0.73% -
XYZ 22.77 13.56 7.72 -
YUV 95.63 115.23 192.46 -
System Red Green Blue C M Y K H S L
Decimal 186 54 73 0 0.71 0.61 0.27 351.36 0.55 0.47
Hex BA 36 49 0 47 3D 1B 15F 37 2F
Octal 272 66 111 0 107 75 33 537 67 57
Binary 10111010 110110 1001001 0 1000111 111101 11011 101011111 110111 101111

Color Harmonies of #BA3649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3649

Black with #BA3649

Text Example


Text Example

White with #BA3649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3649; }

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

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

background-color css

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

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

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

border-color css

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

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

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