Html Css Color HEX #BA4344 Mahogany

📋 copy color: '#BA4344'

red 186 ◦ green 67 ◦ blue 68

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

Shades of Mahogany #BA4344

Tints of Mahogany #BA4344

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.87%

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

R = 57.94%
G = 20.87%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA4344 (or 0xBA4344) is known color: Mahogany. HEX triplet: BA, 43 and 44. RGB value is (186,67,68). Sum of RGB (Red+Green+Blue) = 186+67+68=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4344 is #45BCBB. Grayscale: #666666. Windows color (decimal): -4570300 or 4473786. OLE color: 4473786.

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

Color convert

RGB 186 67 68 -
CMYK 0 0.64 0.63 0.27
HSL 359.5º 0.47% 0.5% -
HSV(B) 359.5º 0.64% 0.73% -
XYZ 23.3 14.87 7.11 -
YUV 102.7 108.42 187.42 -
System Red Green Blue C M Y K H S L
Decimal 186 67 68 0 0.64 0.63 0.27 359.5 0.47 0.5
Hex BA 43 44 0 40 3F 1B 167 2F 32
Octal 272 103 104 0 100 77 33 547 57 62
Binary 10111010 1000011 1000100 0 1000000 111111 11011 101100111 101111 110010

Color Harmonies of #BA4344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4344

Black with #BA4344

Text Example


Text Example

White with #BA4344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4344; }

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

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

background-color css

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

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

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

border-color css

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

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

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