Shades of Bourbon #B17044
Tints of Bourbon #B17044
RGB
CMYK
RGB Variations
Color information
#B17044 (or 0xB17044) is known color: Bourbon. HEX triplet: B1, 70 and 44. RGB value is (177,112,68). Sum of RGB (Red+Green+Blue) = 177+112+68=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B17044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17044 is #4E8FBB. Grayscale: #7E7E7E. Windows color (decimal): -5148604 or 4485297. OLE color: 4485297.
HSL color Cylindrical-coordinate representation of color #B17044: hue angle of 24.22º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B17044 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 112 | 68 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.31 |
| HSL | 24.22º | 0.44% | 0.48% | - |
| HSV(B) | 24.22º | 0.62% | 0.69% | - |
| XYZ | 24.97 | 21.35 | 8.27 | - |
| YUV | 126.42 | 95.03 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 112 | 68 | 0 | 0.37 | 0.62 | 0.31 | 24.22 | 0.44 | 0.48 |
| Hex | B1 | 70 | 44 | 0 | 25 | 3E | 1F | 18 | 2C | 30 |
| Octal | 261 | 160 | 104 | 0 | 45 | 76 | 37 | 30 | 54 | 60 |
| Binary | 10110001 | 1110000 | 1000100 | 0 | 100101 | 111110 | 11111 | 11000 | 101100 | 110000 |
Color Harmonies of #B17044
Complementary color
Monochromatic Colors of #B17044
Black with #B17044
Text Example
Text Example
White with #B17044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17044; }
p { color: rgb(177,112,68); }
H1.HeaderClassName
{
color: #B17044;
}
.AnyTagClassName
{
color: #B17044;
}
</style>
background-color css
<style>
a { background-color: #B17044; }
a { background-color: rgb(177,112,68); }
div.DivClassName
{
background-color: #B17044;
}
.BgClassName
{
background-color: #B17044;
}
</style>
border-color css
<style>
span { border-color: #B17044; }
span { border-color: rgb(177,112,68); }
td.TdClassName
{
border-color: #B17044;
}
.TagClassName
{
border-color: #B17044;
}
</style>