Shades of Bourbon #B17246
Tints of Bourbon #B17246
RGB
CMYK
RGB Variations
Color information
#B17246 (or 0xB17246) is known color: Bourbon. HEX triplet: B1, 72 and 46. RGB value is (177,114,70). Sum of RGB (Red+Green+Blue) = 177+114+70=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 70 (27.73% from 255 or 19.39% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B17246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17246 is #4E8DB9. Grayscale: #808080. Windows color (decimal): -5148090 or 4616881. OLE color: 4616881.
HSL color Cylindrical-coordinate representation of color #B17246: hue angle of 24.67º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B17246 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 114 | 70 | - |
| CMYK | 0 | 0.36 | 0.60 | 0.31 |
| HSL | 24.67º | 0.43% | 0.48% | - |
| HSV(B) | 24.67º | 0.6% | 0.69% | - |
| XYZ | 25.25 | 21.82 | 8.68 | - |
| YUV | 127.82 | 95.37 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 114 | 70 | 0 | 0.36 | 0.60 | 0.31 | 24.67 | 0.43 | 0.48 |
| Hex | B1 | 72 | 46 | 0 | 24 | 3C | 1F | 19 | 2B | 30 |
| Octal | 261 | 162 | 106 | 0 | 44 | 74 | 37 | 31 | 53 | 60 |
| Binary | 10110001 | 1110010 | 1000110 | 0 | 100100 | 111100 | 11111 | 11001 | 101011 | 110000 |
Color Harmonies of #B17246
Complementary color
Monochromatic Colors of #B17246
Black with #B17246
Text Example
Text Example
White with #B17246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17246; }
p { color: rgb(177,114,70); }
H1.HeaderClassName
{
color: #B17246;
}
.AnyTagClassName
{
color: #B17246;
}
</style>
background-color css
<style>
a { background-color: #B17246; }
a { background-color: rgb(177,114,70); }
div.DivClassName
{
background-color: #B17246;
}
.BgClassName
{
background-color: #B17246;
}
</style>
border-color css
<style>
span { border-color: #B17246; }
span { border-color: rgb(177,114,70); }
td.TdClassName
{
border-color: #B17246;
}
.TagClassName
{
border-color: #B17246;
}
</style>