Shades of Bourbon #B7714B
Tints of Bourbon #B7714B
RGB
CMYK
RGB Variations
Color information
#B7714B (or 0xB7714B) is known color: Bourbon. HEX triplet: B7, 71 and 4B. RGB value is (183,113,75). Sum of RGB (Red+Green+Blue) = 183+113+75=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B7714B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7714B is #488EB4. Grayscale: #818181. Windows color (decimal): -4755125 or 4944311. OLE color: 4944311.
HSL color Cylindrical-coordinate representation of color #B7714B: hue angle of 21.11º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B7714B is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 113 | 75 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.28 |
| HSL | 21.11º | 0.43% | 0.51% | - |
| HSV(B) | 21.11º | 0.59% | 0.72% | - |
| XYZ | 26.7 | 22.39 | 9.57 | - |
| YUV | 129.6 | 97.19 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 113 | 75 | 0 | 0.38 | 0.59 | 0.28 | 21.11 | 0.43 | 0.51 |
| Hex | B7 | 71 | 4B | 0 | 26 | 3B | 1C | 15 | 2B | 33 |
| Octal | 267 | 161 | 113 | 0 | 46 | 73 | 34 | 25 | 53 | 63 |
| Binary | 10110111 | 1110001 | 1001011 | 0 | 100110 | 111011 | 11100 | 10101 | 101011 | 110011 |
Color Harmonies of #B7714B
Complementary color
Monochromatic Colors of #B7714B
Black with #B7714B
Text Example
Text Example
White with #B7714B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7714B; }
p { color: rgb(183,113,75); }
H1.HeaderClassName
{
color: #B7714B;
}
.AnyTagClassName
{
color: #B7714B;
}
</style>
background-color css
<style>
a { background-color: #B7714B; }
a { background-color: rgb(183,113,75); }
div.DivClassName
{
background-color: #B7714B;
}
.BgClassName
{
background-color: #B7714B;
}
</style>
border-color css
<style>
span { border-color: #B7714B; }
span { border-color: rgb(183,113,75); }
td.TdClassName
{
border-color: #B7714B;
}
.TagClassName
{
border-color: #B7714B;
}
</style>