Html Css Color HEX #BA4041 Mahogany

📋 copy color: '#BA4041'

red 186 ◦ green 64 ◦ blue 65

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

Shades of Mahogany #BA4041

Tints of Mahogany #BA4041

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.32%

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

R = 59.05%
G = 20.32%
B = 20.63%

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

#BA4041 (or 0xBA4041) is known color: Mahogany. HEX triplet: BA, 40 and 41. RGB value is (186,64,65). Sum of RGB (Red+Green+Blue) = 186+64+65=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4041 is #45BFBE. Grayscale: #646464. Windows color (decimal): -4571071 or 4276410. OLE color: 4276410.

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

Color convert

RGB 186 64 65 -
CMYK 0 0.66 0.65 0.27
HSL 359.51º 0.49% 0.49% -
HSV(B) 359.51º 0.66% 0.73% -
XYZ 23.04 14.49 6.58 -
YUV 100.59 107.92 188.92 -
System Red Green Blue C M Y K H S L
Decimal 186 64 65 0 0.66 0.65 0.27 359.51 0.49 0.49
Hex BA 40 41 0 42 41 1B 168 31 31
Octal 272 100 101 0 102 101 33 550 61 61
Binary 10111010 1000000 1000001 0 1000010 1000001 11011 101101000 110001 110001

Color Harmonies of #BA4041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4041

Black with #BA4041

Text Example


Text Example

White with #BA4041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4041; }

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

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

background-color css

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

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

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

border-color css

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

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

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