Shades of Bourbon #B37346
Tints of Bourbon #B37346
RGB
CMYK
RGB Variations
Color information
#B37346 (or 0xB37346) is known color: Bourbon. HEX triplet: B3, 73 and 46. RGB value is (179,115,70). Sum of RGB (Red+Green+Blue) = 179+115+70=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B37346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37346 is #4C8CB9. Grayscale: #818181. Windows color (decimal): -5016762 or 4617139. OLE color: 4617139.
HSL color Cylindrical-coordinate representation of color #B37346: hue angle of 24.77º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B37346 is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 115 | 70 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.30 |
| HSL | 24.77º | 0.44% | 0.49% | - |
| HSV(B) | 24.77º | 0.61% | 0.7% | - |
| XYZ | 25.83 | 22.29 | 8.74 | - |
| YUV | 129.01 | 94.7 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 115 | 70 | 0 | 0.36 | 0.61 | 0.30 | 24.77 | 0.44 | 0.49 |
| Hex | B3 | 73 | 46 | 0 | 24 | 3D | 1E | 19 | 2C | 31 |
| Octal | 263 | 163 | 106 | 0 | 44 | 75 | 36 | 31 | 54 | 61 |
| Binary | 10110011 | 1110011 | 1000110 | 0 | 100100 | 111101 | 11110 | 11001 | 101100 | 110001 |
Color Harmonies of #B37346
Complementary color
Monochromatic Colors of #B37346
Black with #B37346
Text Example
Text Example
White with #B37346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37346; }
p { color: rgb(179,115,70); }
H1.HeaderClassName
{
color: #B37346;
}
.AnyTagClassName
{
color: #B37346;
}
</style>
background-color css
<style>
a { background-color: #B37346; }
a { background-color: rgb(179,115,70); }
div.DivClassName
{
background-color: #B37346;
}
.BgClassName
{
background-color: #B37346;
}
</style>
border-color css
<style>
span { border-color: #B37346; }
span { border-color: rgb(179,115,70); }
td.TdClassName
{
border-color: #B37346;
}
.TagClassName
{
border-color: #B37346;
}
</style>