Html Css Color HEX #BA2F37 Mahogany

📋 copy color: '#BA2F37'

red 186 ◦ green 47 ◦ blue 55

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

Shades of Mahogany #BA2F37

Tints of Mahogany #BA2F37

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.32%

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

R = 64.58%
G = 16.32%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA2F37 (or 0xBA2F37) is known color: Mahogany. HEX triplet: BA, 2F and 37. RGB value is (186,47,55). Sum of RGB (Red+Green+Blue) = 186+47+55=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2F37 is #45D0C8. Grayscale: #595959. Windows color (decimal): -4575433 or 3616698. OLE color: 3616698.

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

Color convert

RGB 186 47 55 -
CMYK 0 0.75 0.70 0.27
HSL 356.55º 0.6% 0.46% -
HSV(B) 356.55º 0.75% 0.73% -
XYZ 21.96 12.75 4.92 -
YUV 89.47 108.55 196.85 -
System Red Green Blue C M Y K H S L
Decimal 186 47 55 0 0.75 0.70 0.27 356.55 0.6 0.46
Hex BA 2F 37 0 4B 46 1B 165 3C 2E
Octal 272 57 67 0 113 106 33 545 74 56
Binary 10111010 101111 110111 0 1001011 1000110 11011 101100101 111100 101110

Color Harmonies of #BA2F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2F37

Black with #BA2F37

Text Example


Text Example

White with #BA2F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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