Html Css Color HEX #BA3C3D Mahogany

📋 copy color: '#BA3C3D'

red 186 ◦ green 60 ◦ blue 61

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

Shades of Mahogany #BA3C3D

Tints of Mahogany #BA3C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.87%

R = 60.59%
G = 19.54%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA3C3D (or 0xBA3C3D) is known color: Mahogany. HEX triplet: BA, 3C and 3D. RGB value is (186,60,61). Sum of RGB (Red+Green+Blue) = 186+60+61=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3C3D is #45C3C2. Grayscale: #616161. Windows color (decimal): -4572099 or 4013242. OLE color: 4013242.

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

Color convert

RGB 186 60 61 -
CMYK 0 0.68 0.67 0.27
HSL 359.52º 0.51% 0.48% -
HSV(B) 359.52º 0.68% 0.73% -
XYZ 22.71 14.01 5.92 -
YUV 97.79 107.24 190.92 -
System Red Green Blue C M Y K H S L
Decimal 186 60 61 0 0.68 0.67 0.27 359.52 0.51 0.48
Hex BA 3C 3D 0 44 43 1B 168 33 30
Octal 272 74 75 0 104 103 33 550 63 60
Binary 10111010 111100 111101 0 1000100 1000011 11011 101101000 110011 110000

Color Harmonies of #BA3C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3C3D

Black with #BA3C3D

Text Example


Text Example

White with #BA3C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3C3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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