Shades of Bourbon #B76C40
Tints of Bourbon #B76C40
RGB
CMYK
RGB Variations
Color information
#B76C40 (or 0xB76C40) is known color: Bourbon. HEX triplet: B7, 6C and 40. RGB value is (183,108,64). Sum of RGB (Red+Green+Blue) = 183+108+64=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76C40 is #4893BF. Grayscale: #7D7D7D. Windows color (decimal): -4756416 or 4222135. OLE color: 4222135.
HSL color Cylindrical-coordinate representation of color #B76C40: hue angle of 22.18º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B76C40 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 108 | 64 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.28 |
| HSL | 22.18º | 0.48% | 0.48% | - |
| HSV(B) | 22.18º | 0.65% | 0.72% | - |
| XYZ | 25.82 | 21.16 | 7.57 | - |
| YUV | 125.41 | 93.35 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 64 | 0 | 0.41 | 0.65 | 0.28 | 22.18 | 0.48 | 0.48 |
| Hex | B7 | 6C | 40 | 0 | 29 | 41 | 1C | 16 | 30 | 30 |
| Octal | 267 | 154 | 100 | 0 | 51 | 101 | 34 | 26 | 60 | 60 |
| Binary | 10110111 | 1101100 | 1000000 | 0 | 101001 | 1000001 | 11100 | 10110 | 110000 | 110000 |
Color Harmonies of #B76C40
Complementary color
Monochromatic Colors of #B76C40
Black with #B76C40
Text Example
Text Example
White with #B76C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76C40; }
p { color: rgb(183,108,64); }
H1.HeaderClassName
{
color: #B76C40;
}
.AnyTagClassName
{
color: #B76C40;
}
</style>
background-color css
<style>
a { background-color: #B76C40; }
a { background-color: rgb(183,108,64); }
div.DivClassName
{
background-color: #B76C40;
}
.BgClassName
{
background-color: #B76C40;
}
</style>
border-color css
<style>
span { border-color: #B76C40; }
span { border-color: rgb(183,108,64); }
td.TdClassName
{
border-color: #B76C40;
}
.TagClassName
{
border-color: #B76C40;
}
</style>