Shades of Bourbon #B76C47
Tints of Bourbon #B76C47
RGB
CMYK
RGB Variations
Color information
#B76C47 (or 0xB76C47) is known color: Bourbon. HEX triplet: B7, 6C and 47. RGB value is (183,108,71). Sum of RGB (Red+Green+Blue) = 183+108+71=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 71 (28.12% from 255 or 19.61% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76C47 is #4893B8. Grayscale: #7E7E7E. Windows color (decimal): -4756409 or 4680887. OLE color: 4680887.
HSL color Cylindrical-coordinate representation of color #B76C47: hue angle of 19.82º 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 #B76C47 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 108 | 71 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.28 |
| HSL | 19.82º | 0.44% | 0.5% | - |
| HSV(B) | 19.82º | 0.61% | 0.72% | - |
| XYZ | 26.03 | 21.25 | 8.69 | - |
| YUV | 126.21 | 96.85 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 71 | 0 | 0.41 | 0.61 | 0.28 | 19.82 | 0.44 | 0.5 |
| Hex | B7 | 6C | 47 | 0 | 29 | 3D | 1C | 14 | 2C | 32 |
| Octal | 267 | 154 | 107 | 0 | 51 | 75 | 34 | 24 | 54 | 62 |
| Binary | 10110111 | 1101100 | 1000111 | 0 | 101001 | 111101 | 11100 | 10100 | 101100 | 110010 |
Color Harmonies of #B76C47
Complementary color
Monochromatic Colors of #B76C47
Black with #B76C47
Text Example
Text Example
White with #B76C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76C47; }
p { color: rgb(183,108,71); }
H1.HeaderClassName
{
color: #B76C47;
}
.AnyTagClassName
{
color: #B76C47;
}
</style>
background-color css
<style>
a { background-color: #B76C47; }
a { background-color: rgb(183,108,71); }
div.DivClassName
{
background-color: #B76C47;
}
.BgClassName
{
background-color: #B76C47;
}
</style>
border-color css
<style>
span { border-color: #B76C47; }
span { border-color: rgb(183,108,71); }
td.TdClassName
{
border-color: #B76C47;
}
.TagClassName
{
border-color: #B76C47;
}
</style>