Shades of Bourbon #B76F47
Tints of Bourbon #B76F47
RGB
CMYK
RGB Variations
Color information
#B76F47 (or 0xB76F47) is known color: Bourbon. HEX triplet: B7, 6F and 47. RGB value is (183,111,71). Sum of RGB (Red+Green+Blue) = 183+111+71=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76F47 is #4890B8. Grayscale: #808080. Windows color (decimal): -4755641 or 4681655. OLE color: 4681655.
HSL color Cylindrical-coordinate representation of color #B76F47: hue angle of 21.43º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B76F47 is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 111 | 71 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.28 |
| HSL | 21.43º | 0.44% | 0.5% | - |
| HSV(B) | 21.43º | 0.61% | 0.72% | - |
| XYZ | 26.35 | 21.89 | 8.8 | - |
| YUV | 127.97 | 95.85 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 71 | 0 | 0.39 | 0.61 | 0.28 | 21.43 | 0.44 | 0.5 |
| Hex | B7 | 6F | 47 | 0 | 27 | 3D | 1C | 15 | 2C | 32 |
| Octal | 267 | 157 | 107 | 0 | 47 | 75 | 34 | 25 | 54 | 62 |
| Binary | 10110111 | 1101111 | 1000111 | 0 | 100111 | 111101 | 11100 | 10101 | 101100 | 110010 |
Color Harmonies of #B76F47
Complementary color
Monochromatic Colors of #B76F47
Black with #B76F47
Text Example
Text Example
White with #B76F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76F47; }
p { color: rgb(183,111,71); }
H1.HeaderClassName
{
color: #B76F47;
}
.AnyTagClassName
{
color: #B76F47;
}
</style>
background-color css
<style>
a { background-color: #B76F47; }
a { background-color: rgb(183,111,71); }
div.DivClassName
{
background-color: #B76F47;
}
.BgClassName
{
background-color: #B76F47;
}
</style>
border-color css
<style>
span { border-color: #B76F47; }
span { border-color: rgb(183,111,71); }
td.TdClassName
{
border-color: #B76F47;
}
.TagClassName
{
border-color: #B76F47;
}
</style>