Html Css Color HEX #BA4243 Mahogany

📋 copy color: '#BA4243'

red 186 ◦ green 66 ◦ blue 67

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

Shades of Mahogany #BA4243

Tints of Mahogany #BA4243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21%

R = 58.31%
G = 20.69%
B = 21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BA4243 (or 0xBA4243) is known color: Mahogany. HEX triplet: BA, 42 and 43. RGB value is (186,66,67). Sum of RGB (Red+Green+Blue) = 186+66+67=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 67 (26.56% from 255 or 21.00% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4243 is #45BDBC. Grayscale: #666666. Windows color (decimal): -4570557 or 4407994. OLE color: 4407994.

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

Color convert

RGB 186 66 67 -
CMYK 0 0.65 0.64 0.27
HSL 359.5º 0.48% 0.49% -
HSV(B) 359.5º 0.65% 0.73% -
XYZ 23.21 14.74 6.93 -
YUV 101.99 108.26 187.92 -
System Red Green Blue C M Y K H S L
Decimal 186 66 67 0 0.65 0.64 0.27 359.5 0.48 0.49
Hex BA 42 43 0 41 40 1B 168 30 31
Octal 272 102 103 0 101 100 33 550 60 61
Binary 10111010 1000010 1000011 0 1000001 1000000 11011 101101000 110000 110001

Color Harmonies of #BA4243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4243

Black with #BA4243

Text Example


Text Example

White with #BA4243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4243; }

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

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

background-color css

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

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

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

border-color css

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

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

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