Shades of Bourbon #B37147
Tints of Bourbon #B37147
RGB
CMYK
RGB Variations
Color information
#B37147 (or 0xB37147) is known color: Bourbon. HEX triplet: B3, 71 and 47. RGB value is (179,113,71). Sum of RGB (Red+Green+Blue) = 179+113+71=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B37147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37147 is #4C8EB8. Grayscale: #808080. Windows color (decimal): -5017273 or 4682163. OLE color: 4682163.
HSL color Cylindrical-coordinate representation of color #B37147: hue angle of 23.33º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B37147 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 113 | 71 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.30 |
| HSL | 23.33º | 0.43% | 0.49% | - |
| HSV(B) | 23.33º | 0.6% | 0.7% | - |
| XYZ | 25.63 | 21.85 | 8.83 | - |
| YUV | 127.95 | 95.87 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 113 | 71 | 0 | 0.37 | 0.60 | 0.30 | 23.33 | 0.43 | 0.49 |
| Hex | B3 | 71 | 47 | 0 | 25 | 3C | 1E | 17 | 2B | 31 |
| Octal | 263 | 161 | 107 | 0 | 45 | 74 | 36 | 27 | 53 | 61 |
| Binary | 10110011 | 1110001 | 1000111 | 0 | 100101 | 111100 | 11110 | 10111 | 101011 | 110001 |
Color Harmonies of #B37147
Complementary color
Monochromatic Colors of #B37147
Black with #B37147
Text Example
Text Example
White with #B37147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37147; }
p { color: rgb(179,113,71); }
H1.HeaderClassName
{
color: #B37147;
}
.AnyTagClassName
{
color: #B37147;
}
</style>
background-color css
<style>
a { background-color: #B37147; }
a { background-color: rgb(179,113,71); }
div.DivClassName
{
background-color: #B37147;
}
.BgClassName
{
background-color: #B37147;
}
</style>
border-color css
<style>
span { border-color: #B37147; }
span { border-color: rgb(179,113,71); }
td.TdClassName
{
border-color: #B37147;
}
.TagClassName
{
border-color: #B37147;
}
</style>