Shades of Bourbon #B17847
Tints of Bourbon #B17847
RGB
CMYK
RGB Variations
Color information
#B17847 (or 0xB17847) is known color: Bourbon. HEX triplet: B1, 78 and 47. RGB value is (177,120,71). Sum of RGB (Red+Green+Blue) = 177+120+71=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 120 (47.27% from 255 or 32.61% from 368); Blue value is 71 (28.12% from 255 or 19.29% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B17847 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17847 is #4E87B8. Grayscale: #838383. Windows color (decimal): -5146553 or 4683953. OLE color: 4683953.
HSL color Cylindrical-coordinate representation of color #B17847: hue angle of 27.74º 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 #B17847 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 120 | 71 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.31 |
| HSL | 27.74º | 0.43% | 0.49% | - |
| HSV(B) | 27.74º | 0.6% | 0.69% | - |
| XYZ | 25.99 | 23.23 | 9.08 | - |
| YUV | 131.46 | 93.88 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 71 | 0 | 0.32 | 0.60 | 0.31 | 27.74 | 0.43 | 0.49 |
| Hex | B1 | 78 | 47 | 0 | 20 | 3C | 1F | 1C | 2B | 31 |
| Octal | 261 | 170 | 107 | 0 | 40 | 74 | 37 | 34 | 53 | 61 |
| Binary | 10110001 | 1111000 | 1000111 | 0 | 100000 | 111100 | 11111 | 11100 | 101011 | 110001 |
Color Harmonies of #B17847
Complementary color
Monochromatic Colors of #B17847
Black with #B17847
Text Example
Text Example
White with #B17847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17847; }
p { color: rgb(177,120,71); }
H1.HeaderClassName
{
color: #B17847;
}
.AnyTagClassName
{
color: #B17847;
}
</style>
background-color css
<style>
a { background-color: #B17847; }
a { background-color: rgb(177,120,71); }
div.DivClassName
{
background-color: #B17847;
}
.BgClassName
{
background-color: #B17847;
}
</style>
border-color css
<style>
span { border-color: #B17847; }
span { border-color: rgb(177,120,71); }
td.TdClassName
{
border-color: #B17847;
}
.TagClassName
{
border-color: #B17847;
}
</style>