Shades of Bourbon #B56737
Tints of Bourbon #B56737
RGB
CMYK
RGB Variations
Color information
#B56737 (or 0xB56737) is known color: Bourbon. HEX triplet: B5, 67 and 37. RGB value is (181,103,55). Sum of RGB (Red+Green+Blue) = 181+103+55=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 55 (21.88% from 255 or 16.22% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B56737 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56737 is #4A98C8. Grayscale: #797979. Windows color (decimal): -4888777 or 3631029. OLE color: 3631029.
HSL color Cylindrical-coordinate representation of color #B56737: hue angle of 22.86º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B56737 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 103 | 55 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.29 |
| HSL | 22.86º | 0.53% | 0.46% | - |
| HSV(B) | 22.86º | 0.7% | 0.71% | - |
| XYZ | 24.6 | 19.8 | 6.14 | - |
| YUV | 120.85 | 90.84 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 55 | 0 | 0.43 | 0.70 | 0.29 | 22.86 | 0.53 | 0.46 |
| Hex | B5 | 67 | 37 | 0 | 2B | 46 | 1D | 17 | 35 | 2E |
| Octal | 265 | 147 | 67 | 0 | 53 | 106 | 35 | 27 | 65 | 56 |
| Binary | 10110101 | 1100111 | 110111 | 0 | 101011 | 1000110 | 11101 | 10111 | 110101 | 101110 |
Color Harmonies of #B56737
Complementary color
Monochromatic Colors of #B56737
Black with #B56737
Text Example
Text Example
White with #B56737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56737; }
p { color: rgb(181,103,55); }
H1.HeaderClassName
{
color: #B56737;
}
.AnyTagClassName
{
color: #B56737;
}
</style>
background-color css
<style>
a { background-color: #B56737; }
a { background-color: rgb(181,103,55); }
div.DivClassName
{
background-color: #B56737;
}
.BgClassName
{
background-color: #B56737;
}
</style>
border-color css
<style>
span { border-color: #B56737; }
span { border-color: rgb(181,103,55); }
td.TdClassName
{
border-color: #B56737;
}
.TagClassName
{
border-color: #B56737;
}
</style>