Html Css Color HEX #BA3F41 Mahogany

📋 copy color: '#BA3F41'

red 186 ◦ green 63 ◦ blue 65

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

Shades of Mahogany #BA3F41

Tints of Mahogany #BA3F41

RGB

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

 GREEN value IS 63 (25% from 255) = 20.06%

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

R = 59.24%
G = 20.06%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA3F41 (or 0xBA3F41) is known color: Mahogany. HEX triplet: BA, 3F and 41. RGB value is (186,63,65). Sum of RGB (Red+Green+Blue) = 186+63+65=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3F41 is #45C0BE. Grayscale: #646464. Windows color (decimal): -4571327 or 4276154. OLE color: 4276154.

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

Color convert

RGB 186 63 65 -
CMYK 0 0.66 0.65 0.27
HSL 359.02º 0.49% 0.49% -
HSV(B) 359.02º 0.66% 0.73% -
XYZ 22.98 14.38 6.56 -
YUV 100.01 108.25 189.34 -
System Red Green Blue C M Y K H S L
Decimal 186 63 65 0 0.66 0.65 0.27 359.02 0.49 0.49
Hex BA 3F 41 0 42 41 1B 167 31 31
Octal 272 77 101 0 102 101 33 547 61 61
Binary 10111010 111111 1000001 0 1000010 1000001 11011 101100111 110001 110001

Color Harmonies of #BA3F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3F41

Black with #BA3F41

Text Example


Text Example

White with #BA3F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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