Html Css Color HEX #BA4244 Mahogany

📋 copy color: '#BA4244'

red 186 ◦ green 66 ◦ blue 68

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

Shades of Mahogany #BA4244

Tints of Mahogany #BA4244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.25%

R = 58.13%
G = 20.63%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA4244 (or 0xBA4244) is known color: Mahogany. HEX triplet: BA, 42 and 44. RGB value is (186,66,68). Sum of RGB (Red+Green+Blue) = 186+66+68=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4244 is #45BDBB. Grayscale: #666666. Windows color (decimal): -4570556 or 4473530. OLE color: 4473530.

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

Color convert

RGB 186 66 68 -
CMYK 0 0.65 0.63 0.27
HSL 359º 0.48% 0.49% -
HSV(B) 359º 0.65% 0.73% -
XYZ 23.24 14.75 7.09 -
YUV 102.11 108.76 187.84 -
System Red Green Blue C M Y K H S L
Decimal 186 66 68 0 0.65 0.63 0.27 359 0.48 0.49
Hex BA 42 44 0 41 3F 1B 167 30 31
Octal 272 102 104 0 101 77 33 547 60 61
Binary 10111010 1000010 1000100 0 1000001 111111 11011 101100111 110000 110001

Color Harmonies of #BA4244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4244

Black with #BA4244

Text Example


Text Example

White with #BA4244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4244; }

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

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

background-color css

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

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

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

border-color css

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

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

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