Shades of Bourbon #B16D39
Tints of Bourbon #B16D39
RGB
CMYK
RGB Variations
Color information
#B16D39 (or 0xB16D39) is known color: Bourbon. HEX triplet: B1, 6D and 39. RGB value is (177,109,57). Sum of RGB (Red+Green+Blue) = 177+109+57=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 57 (22.66% from 255 or 16.62% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16D39 is #4E92C6. Grayscale: #7B7B7B. Windows color (decimal): -5149383 or 3763633. OLE color: 3763633.
HSL color Cylindrical-coordinate representation of color #B16D39: hue angle of 26º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B16D39 is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 109 | 57 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.31 |
| HSL | 26º | 0.51% | 0.46% | - |
| HSV(B) | 26º | 0.68% | 0.69% | - |
| XYZ | 24.34 | 20.58 | 6.56 | - |
| YUV | 123.4 | 90.53 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 109 | 57 | 0 | 0.38 | 0.68 | 0.31 | 26 | 0.51 | 0.46 |
| Hex | B1 | 6D | 39 | 0 | 26 | 44 | 1F | 1A | 33 | 2E |
| Octal | 261 | 155 | 71 | 0 | 46 | 104 | 37 | 32 | 63 | 56 |
| Binary | 10110001 | 1101101 | 111001 | 0 | 100110 | 1000100 | 11111 | 11010 | 110011 | 101110 |
Color Harmonies of #B16D39
Complementary color
Monochromatic Colors of #B16D39
Black with #B16D39
Text Example
Text Example
White with #B16D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16D39; }
p { color: rgb(177,109,57); }
H1.HeaderClassName
{
color: #B16D39;
}
.AnyTagClassName
{
color: #B16D39;
}
</style>
background-color css
<style>
a { background-color: #B16D39; }
a { background-color: rgb(177,109,57); }
div.DivClassName
{
background-color: #B16D39;
}
.BgClassName
{
background-color: #B16D39;
}
</style>
border-color css
<style>
span { border-color: #B16D39; }
span { border-color: rgb(177,109,57); }
td.TdClassName
{
border-color: #B16D39;
}
.TagClassName
{
border-color: #B16D39;
}
</style>