Html Css Color HEX #BA4249 Old Rose

📋 copy color: '#BA4249'

red 186 ◦ green 66 ◦ blue 73

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

Shades of Old Rose #BA4249

Tints of Old Rose #BA4249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.31%

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

R = 57.23%
G = 20.31%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA4249 (or 0xBA4249) is known color: Old Rose. HEX triplet: BA, 42 and 49. RGB value is (186,66,73). Sum of RGB (Red+Green+Blue) = 186+66+73=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4249 is #45BDB6. Grayscale: #666666. Windows color (decimal): -4570551 or 4801210. OLE color: 4801210.

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

Color convert

RGB 186 66 73 -
CMYK 0 0.65 0.61 0.27
HSL 356.5º 0.48% 0.49% -
HSV(B) 356.5º 0.65% 0.73% -
XYZ 23.4 14.82 7.93 -
YUV 102.68 111.26 187.43 -
System Red Green Blue C M Y K H S L
Decimal 186 66 73 0 0.65 0.61 0.27 356.5 0.48 0.49
Hex BA 42 49 0 41 3D 1B 164 30 31
Octal 272 102 111 0 101 75 33 544 60 61
Binary 10111010 1000010 1001001 0 1000001 111101 11011 101100100 110000 110001

Color Harmonies of #BA4249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4249

Black with #BA4249

Text Example


Text Example

White with #BA4249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4249; }

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

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

background-color css

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

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

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

border-color css

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

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

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