Shades of Bourbon #B4713C
Tints of Bourbon #B4713C
RGB
CMYK
RGB Variations
Color information
#B4713C (or 0xB4713C) is known color: Bourbon. HEX triplet: B4, 71 and 3C. RGB value is (180,113,60). Sum of RGB (Red+Green+Blue) = 180+113+60=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B4713C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4713C is #4B8EC3. Grayscale: #7F7F7F. Windows color (decimal): -4951748 or 3961268. OLE color: 3961268.
HSL color Cylindrical-coordinate representation of color #B4713C: hue angle of 26.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B4713C is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 113 | 60 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.29 |
| HSL | 26.5º | 0.5% | 0.47% | - |
| HSV(B) | 26.5º | 0.67% | 0.71% | - |
| XYZ | 25.54 | 21.84 | 7.14 | - |
| YUV | 126.99 | 90.2 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 113 | 60 | 0 | 0.37 | 0.67 | 0.29 | 26.5 | 0.5 | 0.47 |
| Hex | B4 | 71 | 3C | 0 | 25 | 43 | 1D | 1A | 32 | 2F |
| Octal | 264 | 161 | 74 | 0 | 45 | 103 | 35 | 32 | 62 | 57 |
| Binary | 10110100 | 1110001 | 111100 | 0 | 100101 | 1000011 | 11101 | 11010 | 110010 | 101111 |
Color Harmonies of #B4713C
Complementary color
Monochromatic Colors of #B4713C
Black with #B4713C
Text Example
Text Example
White with #B4713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4713C; }
p { color: rgb(180,113,60); }
H1.HeaderClassName
{
color: #B4713C;
}
.AnyTagClassName
{
color: #B4713C;
}
</style>
background-color css
<style>
a { background-color: #B4713C; }
a { background-color: rgb(180,113,60); }
div.DivClassName
{
background-color: #B4713C;
}
.BgClassName
{
background-color: #B4713C;
}
</style>
border-color css
<style>
span { border-color: #B4713C; }
span { border-color: rgb(180,113,60); }
td.TdClassName
{
border-color: #B4713C;
}
.TagClassName
{
border-color: #B4713C;
}
</style>