Html Css Color HEX #BA363B Mahogany

📋 copy color: '#BA363B'

red 186 ◦ green 54 ◦ blue 59

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

Shades of Mahogany #BA363B

Tints of Mahogany #BA363B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.06%

 BLUE value IS 59 (23.44% from 255) = 19.73%

R = 62.21%
G = 18.06%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA363B (or 0xBA363B) is known color: Mahogany. HEX triplet: BA, 36 and 3B. RGB value is (186,54,59). Sum of RGB (Red+Green+Blue) = 186+54+59=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA363B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA363B is #45C9C4. Grayscale: #5E5E5E. Windows color (decimal): -4573637 or 3880634. OLE color: 3880634.

HSL color Cylindrical-coordinate representation of color #BA363B: hue angle of 357.73º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA363B is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 54 59 -
CMYK 0 0.71 0.68 0.27
HSL 357.73º 0.55% 0.47% -
HSV(B) 357.73º 0.71% 0.73% -
XYZ 22.36 13.39 5.54 -
YUV 94.04 108.23 193.59 -
System Red Green Blue C M Y K H S L
Decimal 186 54 59 0 0.71 0.68 0.27 357.73 0.55 0.47
Hex BA 36 3B 0 47 44 1B 166 37 2F
Octal 272 66 73 0 107 104 33 546 67 57
Binary 10111010 110110 111011 0 1000111 1000100 11011 101100110 110111 101111

Color Harmonies of #BA363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA363B

Black with #BA363B

Text Example


Text Example

White with #BA363B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA363B; }

 p { color: rgb(186,54,59); }

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

background-color css

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

 a { background-color: rgb(186,54,59); }

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

border-color css

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

 span { border-color: rgb(186,54,59); }

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