Html Css Color HEX #BA3237 Mahogany

📋 copy color: '#BA3237'

red 186 ◦ green 50 ◦ blue 55

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

Shades of Mahogany #BA3237

Tints of Mahogany #BA3237

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.18%

 BLUE value IS 55 (21.88% from 255) = 18.9%

R = 63.92%
G = 17.18%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA3237 (or 0xBA3237) is known color: Mahogany. HEX triplet: BA, 32 and 37. RGB value is (186,50,55). Sum of RGB (Red+Green+Blue) = 186+50+55=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3237 is #45CDC8. Grayscale: #5B5B5B. Windows color (decimal): -4574665 or 3617466. OLE color: 3617466.

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

Color convert

RGB 186 50 55 -
CMYK 0 0.73 0.70 0.27
HSL 357.79º 0.58% 0.46% -
HSV(B) 357.79º 0.73% 0.73% -
XYZ 22.08 13 4.96 -
YUV 91.23 107.56 195.59 -
System Red Green Blue C M Y K H S L
Decimal 186 50 55 0 0.73 0.70 0.27 357.79 0.58 0.46
Hex BA 32 37 0 49 46 1B 166 3A 2E
Octal 272 62 67 0 111 106 33 546 72 56
Binary 10111010 110010 110111 0 1001001 1000110 11011 101100110 111010 101110

Color Harmonies of #BA3237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3237

Black with #BA3237

Text Example


Text Example

White with #BA3237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3237; }

 p { color: rgb(186,50,55); }

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

background-color css

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

 a { background-color: rgb(186,50,55); }

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

border-color css

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

 span { border-color: rgb(186,50,55); }

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