Shades of Bourbon #B4713D
Tints of Bourbon #B4713D
RGB
CMYK
RGB Variations
Color information
#B4713D (or 0xB4713D) is known color: Bourbon. HEX triplet: B4, 71 and 3D. RGB value is (180,113,61). Sum of RGB (Red+Green+Blue) = 180+113+61=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B4713D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4713D is #4B8EC2. Grayscale: #7F7F7F. Windows color (decimal): -4951747 or 4026804. OLE color: 4026804.
HSL color Cylindrical-coordinate representation of color #B4713D: hue angle of 26.22º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B4713D is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 113 | 61 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.29 |
| HSL | 26.22º | 0.49% | 0.47% | - |
| HSV(B) | 26.22º | 0.66% | 0.71% | - |
| XYZ | 25.57 | 21.85 | 7.28 | - |
| YUV | 127.11 | 90.7 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 113 | 61 | 0 | 0.37 | 0.66 | 0.29 | 26.22 | 0.49 | 0.47 |
| Hex | B4 | 71 | 3D | 0 | 25 | 42 | 1D | 1A | 31 | 2F |
| Octal | 264 | 161 | 75 | 0 | 45 | 102 | 35 | 32 | 61 | 57 |
| Binary | 10110100 | 1110001 | 111101 | 0 | 100101 | 1000010 | 11101 | 11010 | 110001 | 101111 |
Color Harmonies of #B4713D
Complementary color
Monochromatic Colors of #B4713D
Black with #B4713D
Text Example
Text Example
White with #B4713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4713D; }
p { color: rgb(180,113,61); }
H1.HeaderClassName
{
color: #B4713D;
}
.AnyTagClassName
{
color: #B4713D;
}
</style>
background-color css
<style>
a { background-color: #B4713D; }
a { background-color: rgb(180,113,61); }
div.DivClassName
{
background-color: #B4713D;
}
.BgClassName
{
background-color: #B4713D;
}
</style>
border-color css
<style>
span { border-color: #B4713D; }
span { border-color: rgb(180,113,61); }
td.TdClassName
{
border-color: #B4713D;
}
.TagClassName
{
border-color: #B4713D;
}
</style>