Html Css Color HEX #BA3C3F Mahogany

📋 copy color: '#BA3C3F'

red 186 ◦ green 60 ◦ blue 63

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

Shades of Mahogany #BA3C3F

Tints of Mahogany #BA3C3F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.42%

 BLUE value IS 63 (25% from 255) = 20.39%

R = 60.19%
G = 19.42%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA3C3F (or 0xBA3C3F) is known color: Mahogany. HEX triplet: BA, 3C and 3F. RGB value is (186,60,63). Sum of RGB (Red+Green+Blue) = 186+60+63=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3C3F is #45C3C0. Grayscale: #626262. Windows color (decimal): -4572097 or 4144314. OLE color: 4144314.

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

Color convert

RGB 186 60 63 -
CMYK 0 0.68 0.66 0.27
HSL 358.57º 0.51% 0.48% -
HSV(B) 358.57º 0.68% 0.73% -
XYZ 22.76 14.03 6.21 -
YUV 98.02 108.24 190.76 -
System Red Green Blue C M Y K H S L
Decimal 186 60 63 0 0.68 0.66 0.27 358.57 0.51 0.48
Hex BA 3C 3F 0 44 42 1B 167 33 30
Octal 272 74 77 0 104 102 33 547 63 60
Binary 10111010 111100 111111 0 1000100 1000010 11011 101100111 110011 110000

Color Harmonies of #BA3C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3C3F

Black with #BA3C3F

Text Example


Text Example

White with #BA3C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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