Shades of Bourbon #B16637
Tints of Bourbon #B16637
RGB
CMYK
RGB Variations
Color information
#B16637 (or 0xB16637) is known color: Bourbon. HEX triplet: B1, 66 and 37. RGB value is (177,102,55). Sum of RGB (Red+Green+Blue) = 177+102+55=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 55 (21.88% from 255 or 16.47% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B16637 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16637 is #4E99C8. Grayscale: #777777. Windows color (decimal): -5151177 or 3630769. OLE color: 3630769.
HSL color Cylindrical-coordinate representation of color #B16637: hue angle of 23.11º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B16637 is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 102 | 55 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.31 |
| HSL | 23.11º | 0.53% | 0.45% | - |
| HSV(B) | 23.11º | 0.69% | 0.69% | - |
| XYZ | 23.57 | 19.13 | 6.06 | - |
| YUV | 119.07 | 91.85 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 102 | 55 | 0 | 0.42 | 0.69 | 0.31 | 23.11 | 0.53 | 0.45 |
| Hex | B1 | 66 | 37 | 0 | 2A | 45 | 1F | 17 | 35 | 2D |
| Octal | 261 | 146 | 67 | 0 | 52 | 105 | 37 | 27 | 65 | 55 |
| Binary | 10110001 | 1100110 | 110111 | 0 | 101010 | 1000101 | 11111 | 10111 | 110101 | 101101 |
Color Harmonies of #B16637
Complementary color
Monochromatic Colors of #B16637
Black with #B16637
Text Example
Text Example
White with #B16637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16637; }
p { color: rgb(177,102,55); }
H1.HeaderClassName
{
color: #B16637;
}
.AnyTagClassName
{
color: #B16637;
}
</style>
background-color css
<style>
a { background-color: #B16637; }
a { background-color: rgb(177,102,55); }
div.DivClassName
{
background-color: #B16637;
}
.BgClassName
{
background-color: #B16637;
}
</style>
border-color css
<style>
span { border-color: #B16637; }
span { border-color: rgb(177,102,55); }
td.TdClassName
{
border-color: #B16637;
}
.TagClassName
{
border-color: #B16637;
}
</style>