Html Css Color HEX #BA3B3D Mahogany

📋 copy color: '#BA3B3D'

red 186 ◦ green 59 ◦ blue 61

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

Shades of Mahogany #BA3B3D

Tints of Mahogany #BA3B3D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.28%

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

R = 60.78%
G = 19.28%
B = 19.93%

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

#BA3B3D (or 0xBA3B3D) is known color: Mahogany. HEX triplet: BA, 3B and 3D. RGB value is (186,59,61). Sum of RGB (Red+Green+Blue) = 186+59+61=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 59 (23.44% from 255 or 19.28% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3B3D is #45C4C2. Grayscale: #616161. Windows color (decimal): -4572355 or 4012986. OLE color: 4012986.

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

Color convert

RGB 186 59 61 -
CMYK 0 0.68 0.67 0.27
HSL 359.06º 0.52% 0.48% -
HSV(B) 359.06º 0.68% 0.73% -
XYZ 22.66 13.9 5.9 -
YUV 97.2 107.58 191.34 -
System Red Green Blue C M Y K H S L
Decimal 186 59 61 0 0.68 0.67 0.27 359.06 0.52 0.48
Hex BA 3B 3D 0 44 43 1B 167 34 30
Octal 272 73 75 0 104 103 33 547 64 60
Binary 10111010 111011 111101 0 1000100 1000011 11011 101100111 110100 110000

Color Harmonies of #BA3B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3B3D

Black with #BA3B3D

Text Example


Text Example

White with #BA3B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3B3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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