Shades of Mahogany #B6383C
Tints of Mahogany #B6383C
RGB
CMYK
RGB Variations
Color information
#B6383C (or 0xB6383C) is known color: Mahogany. HEX triplet: B6, 38 and 3C. RGB value is (182,56,60). Sum of RGB (Red+Green+Blue) = 182+56+60=298 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.07% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 182 - color contains mainly: red. Hex color #B6383C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6383C is #49C7C3. Grayscale: #5E5E5E. Windows color (decimal): -4835268 or 3946678. OLE color: 3946678.
HSL color Cylindrical-coordinate representation of color #B6383C: hue angle of 358.1º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B6383C is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 56 | 60 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.29 |
| HSL | 358.1º | 0.53% | 0.47% | - |
| HSV(B) | 358.1º | 0.69% | 0.71% | - |
| XYZ | 21.52 | 13.1 | 5.67 | - |
| YUV | 94.13 | 108.74 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 56 | 60 | 0 | 0.69 | 0.67 | 0.29 | 358.1 | 0.53 | 0.47 |
| Hex | B6 | 38 | 3C | 0 | 45 | 43 | 1D | 166 | 35 | 2F |
| Octal | 266 | 70 | 74 | 0 | 105 | 103 | 35 | 546 | 65 | 57 |
| Binary | 10110110 | 111000 | 111100 | 0 | 1000101 | 1000011 | 11101 | 101100110 | 110101 | 101111 |
Color Harmonies of #B6383C
Complementary color
Monochromatic Colors of #B6383C
Black with #B6383C
Text Example
Text Example
White with #B6383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6383C; }
p { color: rgb(182,56,60); }
H1.HeaderClassName
{
color: #B6383C;
}
.AnyTagClassName
{
color: #B6383C;
}
</style>
background-color css
<style>
a { background-color: #B6383C; }
a { background-color: rgb(182,56,60); }
div.DivClassName
{
background-color: #B6383C;
}
.BgClassName
{
background-color: #B6383C;
}
</style>
border-color css
<style>
span { border-color: #B6383C; }
span { border-color: rgb(182,56,60); }
td.TdClassName
{
border-color: #B6383C;
}
.TagClassName
{
border-color: #B6383C;
}
</style>