Shades of Bourbon #B3713B
Tints of Bourbon #B3713B
RGB
CMYK
RGB Variations
Color information
#B3713B (or 0xB3713B) is known color: Bourbon. HEX triplet: B3, 71 and 3B. RGB value is (179,113,59). Sum of RGB (Red+Green+Blue) = 179+113+59=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 59 (23.44% from 255 or 16.81% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B3713B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3713B is #4C8EC4. Grayscale: #7E7E7E. Windows color (decimal): -5017285 or 3895731. OLE color: 3895731.
HSL color Cylindrical-coordinate representation of color #B3713B: hue angle of 27º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B3713B is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 113 | 59 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.30 |
| HSL | 27º | 0.5% | 0.47% | - |
| HSV(B) | 27º | 0.67% | 0.7% | - |
| XYZ | 25.28 | 21.71 | 7 | - |
| YUV | 126.58 | 89.87 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 113 | 59 | 0 | 0.37 | 0.67 | 0.30 | 27 | 0.5 | 0.47 |
| Hex | B3 | 71 | 3B | 0 | 25 | 43 | 1E | 1B | 32 | 2F |
| Octal | 263 | 161 | 73 | 0 | 45 | 103 | 36 | 33 | 62 | 57 |
| Binary | 10110011 | 1110001 | 111011 | 0 | 100101 | 1000011 | 11110 | 11011 | 110010 | 101111 |
Color Harmonies of #B3713B
Complementary color
Monochromatic Colors of #B3713B
Black with #B3713B
Text Example
Text Example
White with #B3713B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3713B; }
p { color: rgb(179,113,59); }
H1.HeaderClassName
{
color: #B3713B;
}
.AnyTagClassName
{
color: #B3713B;
}
</style>
background-color css
<style>
a { background-color: #B3713B; }
a { background-color: rgb(179,113,59); }
div.DivClassName
{
background-color: #B3713B;
}
.BgClassName
{
background-color: #B3713B;
}
</style>
border-color css
<style>
span { border-color: #B3713B; }
span { border-color: rgb(179,113,59); }
td.TdClassName
{
border-color: #B3713B;
}
.TagClassName
{
border-color: #B3713B;
}
</style>