Html Css Color HEX #BA3E41 Mahogany

📋 copy color: '#BA3E41'

red 186 ◦ green 62 ◦ blue 65

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

Shades of Mahogany #BA3E41

Tints of Mahogany #BA3E41

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.81%

 BLUE value IS 65 (25.78% from 255) = 20.77%

R = 59.42%
G = 19.81%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA3E41 (or 0xBA3E41) is known color: Mahogany. HEX triplet: BA, 3E and 41. RGB value is (186,62,65). Sum of RGB (Red+Green+Blue) = 186+62+65=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 62 (24.61% from 255 or 19.81% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3E41 is #45C1BE. Grayscale: #636363. Windows color (decimal): -4571583 or 4275898. OLE color: 4275898.

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

Color convert

RGB 186 62 65 -
CMYK 0 0.67 0.65 0.27
HSL 358.55º 0.5% 0.49% -
HSV(B) 358.55º 0.67% 0.73% -
XYZ 22.93 14.27 6.55 -
YUV 99.42 108.58 189.76 -
System Red Green Blue C M Y K H S L
Decimal 186 62 65 0 0.67 0.65 0.27 358.55 0.5 0.49
Hex BA 3E 41 0 43 41 1B 167 32 31
Octal 272 76 101 0 103 101 33 547 62 61
Binary 10111010 111110 1000001 0 1000011 1000001 11011 101100111 110010 110001

Color Harmonies of #BA3E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3E41

Black with #BA3E41

Text Example


Text Example

White with #BA3E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3E41; }

 p { color: rgb(186,62,65); }

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

background-color css

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

 a { background-color: rgb(186,62,65); }

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

border-color css

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

 span { border-color: rgb(186,62,65); }

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