Shades of Bourbon #B17047
Tints of Bourbon #B17047
RGB
CMYK
RGB Variations
Color information
#B17047 (or 0xB17047) is known color: Bourbon. HEX triplet: B1, 70 and 47. RGB value is (177,112,71). Sum of RGB (Red+Green+Blue) = 177+112+71=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 71 (28.12% from 255 or 19.72% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B17047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17047 is #4E8FB8. Grayscale: #7E7E7E. Windows color (decimal): -5148601 or 4681905. OLE color: 4681905.
HSL color Cylindrical-coordinate representation of color #B17047: hue angle of 23.21º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B17047 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 112 | 71 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.31 |
| HSL | 23.21º | 0.43% | 0.49% | - |
| HSV(B) | 23.21º | 0.6% | 0.69% | - |
| XYZ | 25.06 | 21.39 | 8.77 | - |
| YUV | 126.76 | 96.53 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 112 | 71 | 0 | 0.37 | 0.60 | 0.31 | 23.21 | 0.43 | 0.49 |
| Hex | B1 | 70 | 47 | 0 | 25 | 3C | 1F | 17 | 2B | 31 |
| Octal | 261 | 160 | 107 | 0 | 45 | 74 | 37 | 27 | 53 | 61 |
| Binary | 10110001 | 1110000 | 1000111 | 0 | 100101 | 111100 | 11111 | 10111 | 101011 | 110001 |
Color Harmonies of #B17047
Complementary color
Monochromatic Colors of #B17047
Black with #B17047
Text Example
Text Example
White with #B17047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17047; }
p { color: rgb(177,112,71); }
H1.HeaderClassName
{
color: #B17047;
}
.AnyTagClassName
{
color: #B17047;
}
</style>
background-color css
<style>
a { background-color: #B17047; }
a { background-color: rgb(177,112,71); }
div.DivClassName
{
background-color: #B17047;
}
.BgClassName
{
background-color: #B17047;
}
</style>
border-color css
<style>
span { border-color: #B17047; }
span { border-color: rgb(177,112,71); }
td.TdClassName
{
border-color: #B17047;
}
.TagClassName
{
border-color: #B17047;
}
</style>