Shades of Bourbon #B3713D
Tints of Bourbon #B3713D
RGB
CMYK
RGB Variations
Color information
#B3713D (or 0xB3713D) is known color: Bourbon. HEX triplet: B3, 71 and 3D. RGB value is (179,113,61). Sum of RGB (Red+Green+Blue) = 179+113+61=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B3713D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3713D is #4C8EC2. Grayscale: #7F7F7F. Windows color (decimal): -5017283 or 4026803. OLE color: 4026803.
HSL color Cylindrical-coordinate representation of color #B3713D: hue angle of 26.44º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B3713D is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 113 | 61 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.30 |
| HSL | 26.44º | 0.49% | 0.47% | - |
| HSV(B) | 26.44º | 0.66% | 0.7% | - |
| XYZ | 25.34 | 21.73 | 7.27 | - |
| YUV | 126.81 | 90.87 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 113 | 61 | 0 | 0.37 | 0.66 | 0.30 | 26.44 | 0.49 | 0.47 |
| Hex | B3 | 71 | 3D | 0 | 25 | 42 | 1E | 1A | 31 | 2F |
| Octal | 263 | 161 | 75 | 0 | 45 | 102 | 36 | 32 | 61 | 57 |
| Binary | 10110011 | 1110001 | 111101 | 0 | 100101 | 1000010 | 11110 | 11010 | 110001 | 101111 |
Color Harmonies of #B3713D
Complementary color
Monochromatic Colors of #B3713D
Black with #B3713D
Text Example
Text Example
White with #B3713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3713D; }
p { color: rgb(179,113,61); }
H1.HeaderClassName
{
color: #B3713D;
}
.AnyTagClassName
{
color: #B3713D;
}
</style>
background-color css
<style>
a { background-color: #B3713D; }
a { background-color: rgb(179,113,61); }
div.DivClassName
{
background-color: #B3713D;
}
.BgClassName
{
background-color: #B3713D;
}
</style>
border-color css
<style>
span { border-color: #B3713D; }
span { border-color: rgb(179,113,61); }
td.TdClassName
{
border-color: #B3713D;
}
.TagClassName
{
border-color: #B3713D;
}
</style>