Shades of Bourbon #B17048
Tints of Bourbon #B17048
RGB
CMYK
RGB Variations
Color information
#B17048 (or 0xB17048) is known color: Bourbon. HEX triplet: B1, 70 and 48. RGB value is (177,112,72). Sum of RGB (Red+Green+Blue) = 177+112+72=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B17048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17048 is #4E8FB7. Grayscale: #7F7F7F. Windows color (decimal): -5148600 or 4747441. OLE color: 4747441.
HSL color Cylindrical-coordinate representation of color #B17048: hue angle of 22.86º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B17048 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 112 | 72 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.31 |
| HSL | 22.86º | 0.42% | 0.49% | - |
| HSV(B) | 22.86º | 0.59% | 0.69% | - |
| XYZ | 25.1 | 21.4 | 8.94 | - |
| YUV | 126.88 | 97.03 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 112 | 72 | 0 | 0.37 | 0.59 | 0.31 | 22.86 | 0.42 | 0.49 |
| Hex | B1 | 70 | 48 | 0 | 25 | 3B | 1F | 17 | 2A | 31 |
| Octal | 261 | 160 | 110 | 0 | 45 | 73 | 37 | 27 | 52 | 61 |
| Binary | 10110001 | 1110000 | 1001000 | 0 | 100101 | 111011 | 11111 | 10111 | 101010 | 110001 |
Color Harmonies of #B17048
Complementary color
Monochromatic Colors of #B17048
Black with #B17048
Text Example
Text Example
White with #B17048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17048; }
p { color: rgb(177,112,72); }
H1.HeaderClassName
{
color: #B17048;
}
.AnyTagClassName
{
color: #B17048;
}
</style>
background-color css
<style>
a { background-color: #B17048; }
a { background-color: rgb(177,112,72); }
div.DivClassName
{
background-color: #B17048;
}
.BgClassName
{
background-color: #B17048;
}
</style>
border-color css
<style>
span { border-color: #B17048; }
span { border-color: rgb(177,112,72); }
td.TdClassName
{
border-color: #B17048;
}
.TagClassName
{
border-color: #B17048;
}
</style>