Shades of Bourbon #B76C49
Tints of Bourbon #B76C49
RGB
CMYK
RGB Variations
Color information
#B76C49 (or 0xB76C49) is known color: Bourbon. HEX triplet: B7, 6C and 49. RGB value is (183,108,73). Sum of RGB (Red+Green+Blue) = 183+108+73=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76C49 is #4893B6. Grayscale: #7E7E7E. Windows color (decimal): -4756407 or 4811959. OLE color: 4811959.
HSL color Cylindrical-coordinate representation of color #B76C49: hue angle of 19.09º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B76C49 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 108 | 73 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.28 |
| HSL | 19.09º | 0.43% | 0.5% | - |
| HSV(B) | 19.09º | 0.6% | 0.72% | - |
| XYZ | 26.09 | 21.27 | 9.03 | - |
| YUV | 126.44 | 97.85 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 73 | 0 | 0.41 | 0.60 | 0.28 | 19.09 | 0.43 | 0.5 |
| Hex | B7 | 6C | 49 | 0 | 29 | 3C | 1C | 13 | 2B | 32 |
| Octal | 267 | 154 | 111 | 0 | 51 | 74 | 34 | 23 | 53 | 62 |
| Binary | 10110111 | 1101100 | 1001001 | 0 | 101001 | 111100 | 11100 | 10011 | 101011 | 110010 |
Color Harmonies of #B76C49
Complementary color
Monochromatic Colors of #B76C49
Black with #B76C49
Text Example
Text Example
White with #B76C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76C49; }
p { color: rgb(183,108,73); }
H1.HeaderClassName
{
color: #B76C49;
}
.AnyTagClassName
{
color: #B76C49;
}
</style>
background-color css
<style>
a { background-color: #B76C49; }
a { background-color: rgb(183,108,73); }
div.DivClassName
{
background-color: #B76C49;
}
.BgClassName
{
background-color: #B76C49;
}
</style>
border-color css
<style>
span { border-color: #B76C49; }
span { border-color: rgb(183,108,73); }
td.TdClassName
{
border-color: #B76C49;
}
.TagClassName
{
border-color: #B76C49;
}
</style>