Html Css Color HEX #BA3D3F Mahogany

📋 copy color: '#BA3D3F'

red 186 ◦ green 61 ◦ blue 63

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

Shades of Mahogany #BA3D3F

Tints of Mahogany #BA3D3F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.68%

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

R = 60%
G = 19.68%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA3D3F (or 0xBA3D3F) is known color: Mahogany. HEX triplet: BA, 3D and 3F. RGB value is (186,61,63). Sum of RGB (Red+Green+Blue) = 186+61+63=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3D3F is #45C2C0. Grayscale: #626262. Windows color (decimal): -4571841 or 4144570. OLE color: 4144570.

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

Color convert

RGB 186 61 63 -
CMYK 0 0.67 0.66 0.27
HSL 359.04º 0.51% 0.48% -
HSV(B) 359.04º 0.67% 0.73% -
XYZ 22.82 14.14 6.23 -
YUV 98.6 107.91 190.34 -
System Red Green Blue C M Y K H S L
Decimal 186 61 63 0 0.67 0.66 0.27 359.04 0.51 0.48
Hex BA 3D 3F 0 43 42 1B 167 33 30
Octal 272 75 77 0 103 102 33 547 63 60
Binary 10111010 111101 111111 0 1000011 1000010 11011 101100111 110011 110000

Color Harmonies of #BA3D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3D3F

Black with #BA3D3F

Text Example


Text Example

White with #BA3D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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