Shades of Bourbon #B6713B
Tints of Bourbon #B6713B
RGB
CMYK
RGB Variations
Color information
#B6713B (or 0xB6713B) is known color: Bourbon. HEX triplet: B6, 71 and 3B. RGB value is (182,113,59). Sum of RGB (Red+Green+Blue) = 182+113+59=354 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.41% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 59 (23.44% from 255 or 16.67% from 354); Max value from RGB is 182 - color contains mainly: red. Hex color #B6713B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6713B is #498EC4. Grayscale: #7F7F7F. Windows color (decimal): -4820677 or 3895734. OLE color: 3895734.
HSL color Cylindrical-coordinate representation of color #B6713B: hue angle of 26.34º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B6713B is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 113 | 59 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.29 |
| HSL | 26.34º | 0.51% | 0.47% | - |
| HSV(B) | 26.34º | 0.68% | 0.71% | - |
| XYZ | 25.99 | 22.07 | 7.03 | - |
| YUV | 127.48 | 89.36 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 113 | 59 | 0 | 0.38 | 0.68 | 0.29 | 26.34 | 0.51 | 0.47 |
| Hex | B6 | 71 | 3B | 0 | 26 | 44 | 1D | 1A | 33 | 2F |
| Octal | 266 | 161 | 73 | 0 | 46 | 104 | 35 | 32 | 63 | 57 |
| Binary | 10110110 | 1110001 | 111011 | 0 | 100110 | 1000100 | 11101 | 11010 | 110011 | 101111 |
Color Harmonies of #B6713B
Complementary color
Monochromatic Colors of #B6713B
Black with #B6713B
Text Example
Text Example
White with #B6713B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6713B; }
p { color: rgb(182,113,59); }
H1.HeaderClassName
{
color: #B6713B;
}
.AnyTagClassName
{
color: #B6713B;
}
</style>
background-color css
<style>
a { background-color: #B6713B; }
a { background-color: rgb(182,113,59); }
div.DivClassName
{
background-color: #B6713B;
}
.BgClassName
{
background-color: #B6713B;
}
</style>
border-color css
<style>
span { border-color: #B6713B; }
span { border-color: rgb(182,113,59); }
td.TdClassName
{
border-color: #B6713B;
}
.TagClassName
{
border-color: #B6713B;
}
</style>