Html Css Color HEX #BA383D Mahogany

📋 copy color: '#BA383D'

red 186 ◦ green 56 ◦ blue 61

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

Shades of Mahogany #BA383D

Tints of Mahogany #BA383D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.48%

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

R = 61.39%
G = 18.48%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA383D (or 0xBA383D) is known color: Mahogany. HEX triplet: BA, 38 and 3D. RGB value is (186,56,61). Sum of RGB (Red+Green+Blue) = 186+56+61=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA383D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA383D is #45C7C2. Grayscale: #5F5F5F. Windows color (decimal): -4573123 or 4012218. OLE color: 4012218.

HSL color Cylindrical-coordinate representation of color #BA383D: hue angle of 357.69º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA383D is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 56 61 -
CMYK 0 0.70 0.67 0.27
HSL 357.69º 0.54% 0.47% -
HSV(B) 357.69º 0.7% 0.73% -
XYZ 22.51 13.6 5.85 -
YUV 95.44 108.57 192.59 -
System Red Green Blue C M Y K H S L
Decimal 186 56 61 0 0.70 0.67 0.27 357.69 0.54 0.47
Hex BA 38 3D 0 46 43 1B 166 36 2F
Octal 272 70 75 0 106 103 33 546 66 57
Binary 10111010 111000 111101 0 1000110 1000011 11011 101100110 110110 101111

Color Harmonies of #BA383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA383D

Black with #BA383D

Text Example


Text Example

White with #BA383D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA383D; }

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

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

background-color css

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

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

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

border-color css

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

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

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