Shades of Bourbon #B76D41
Tints of Bourbon #B76D41
RGB
CMYK
RGB Variations
Color information
#B76D41 (or 0xB76D41) is known color: Bourbon. HEX triplet: B7, 6D and 41. RGB value is (183,109,65). Sum of RGB (Red+Green+Blue) = 183+109+65=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76D41 is #4892BE. Grayscale: #7E7E7E. Windows color (decimal): -4756159 or 4287927. OLE color: 4287927.
HSL color Cylindrical-coordinate representation of color #B76D41: hue angle of 22.37º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B76D41 is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 109 | 65 | - |
| CMYK | 0 | 0.40 | 0.64 | 0.28 |
| HSL | 22.37º | 0.48% | 0.49% | - |
| HSV(B) | 22.37º | 0.64% | 0.72% | - |
| XYZ | 25.95 | 21.39 | 7.76 | - |
| YUV | 126.11 | 93.52 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 65 | 0 | 0.40 | 0.64 | 0.28 | 22.37 | 0.48 | 0.49 |
| Hex | B7 | 6D | 41 | 0 | 28 | 40 | 1C | 16 | 30 | 31 |
| Octal | 267 | 155 | 101 | 0 | 50 | 100 | 34 | 26 | 60 | 61 |
| Binary | 10110111 | 1101101 | 1000001 | 0 | 101000 | 1000000 | 11100 | 10110 | 110000 | 110001 |
Color Harmonies of #B76D41
Complementary color
Monochromatic Colors of #B76D41
Black with #B76D41
Text Example
Text Example
White with #B76D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76D41; }
p { color: rgb(183,109,65); }
H1.HeaderClassName
{
color: #B76D41;
}
.AnyTagClassName
{
color: #B76D41;
}
</style>
background-color css
<style>
a { background-color: #B76D41; }
a { background-color: rgb(183,109,65); }
div.DivClassName
{
background-color: #B76D41;
}
.BgClassName
{
background-color: #B76D41;
}
</style>
border-color css
<style>
span { border-color: #B76D41; }
span { border-color: rgb(183,109,65); }
td.TdClassName
{
border-color: #B76D41;
}
.TagClassName
{
border-color: #B76D41;
}
</style>