Html Css Color HEX #BA3B3E Mahogany

📋 copy color: '#BA3B3E'

red 186 ◦ green 59 ◦ blue 62

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

Shades of Mahogany #BA3B3E

Tints of Mahogany #BA3B3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.2%

R = 60.59%
G = 19.22%
B = 20.2%

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

#BA3B3E (or 0xBA3B3E) is known color: Mahogany. HEX triplet: BA, 3B and 3E. RGB value is (186,59,62). Sum of RGB (Red+Green+Blue) = 186+59+62=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 59 (23.44% from 255 or 19.22% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3B3E is #45C4C1. Grayscale: #616161. Windows color (decimal): -4572354 or 4078522. OLE color: 4078522.

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

Color convert

RGB 186 59 62 -
CMYK 0 0.68 0.67 0.27
HSL 358.58º 0.52% 0.48% -
HSV(B) 358.58º 0.68% 0.73% -
XYZ 22.68 13.91 6.05 -
YUV 97.32 108.08 191.26 -
System Red Green Blue C M Y K H S L
Decimal 186 59 62 0 0.68 0.67 0.27 358.58 0.52 0.48
Hex BA 3B 3E 0 44 43 1B 167 34 30
Octal 272 73 76 0 104 103 33 547 64 60
Binary 10111010 111011 111110 0 1000100 1000011 11011 101100111 110100 110000

Color Harmonies of #BA3B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3B3E

Black with #BA3B3E

Text Example


Text Example

White with #BA3B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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