Shades of Bourbon #B7713B
Tints of Bourbon #B7713B
RGB
CMYK
RGB Variations
Color information
#B7713B (or 0xB7713B) is known color: Bourbon. HEX triplet: B7, 71 and 3B. RGB value is (183,113,59). Sum of RGB (Red+Green+Blue) = 183+113+59=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 59 (23.44% from 255 or 16.62% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B7713B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7713B is #488EC4. Grayscale: #808080. Windows color (decimal): -4755141 or 3895735. OLE color: 3895735.
HSL color Cylindrical-coordinate representation of color #B7713B: hue angle of 26.13º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B7713B is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 113 | 59 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.28 |
| HSL | 26.13º | 0.51% | 0.47% | - |
| HSV(B) | 26.13º | 0.68% | 0.72% | - |
| XYZ | 26.22 | 22.19 | 7.04 | - |
| YUV | 127.77 | 89.19 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 113 | 59 | 0 | 0.38 | 0.68 | 0.28 | 26.13 | 0.51 | 0.47 |
| Hex | B7 | 71 | 3B | 0 | 26 | 44 | 1C | 1A | 33 | 2F |
| Octal | 267 | 161 | 73 | 0 | 46 | 104 | 34 | 32 | 63 | 57 |
| Binary | 10110111 | 1110001 | 111011 | 0 | 100110 | 1000100 | 11100 | 11010 | 110011 | 101111 |
Color Harmonies of #B7713B
Complementary color
Monochromatic Colors of #B7713B
Black with #B7713B
Text Example
Text Example
White with #B7713B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7713B; }
p { color: rgb(183,113,59); }
H1.HeaderClassName
{
color: #B7713B;
}
.AnyTagClassName
{
color: #B7713B;
}
</style>
background-color css
<style>
a { background-color: #B7713B; }
a { background-color: rgb(183,113,59); }
div.DivClassName
{
background-color: #B7713B;
}
.BgClassName
{
background-color: #B7713B;
}
</style>
border-color css
<style>
span { border-color: #B7713B; }
span { border-color: rgb(183,113,59); }
td.TdClassName
{
border-color: #B7713B;
}
.TagClassName
{
border-color: #B7713B;
}
</style>