Shades of Bourbon #B76D44
Tints of Bourbon #B76D44
RGB
CMYK
RGB Variations
Color information
#B76D44 (or 0xB76D44) is known color: Bourbon. HEX triplet: B7, 6D and 44. RGB value is (183,109,68). Sum of RGB (Red+Green+Blue) = 183+109+68=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76D44 is #4892BB. Grayscale: #7E7E7E. Windows color (decimal): -4756156 or 4484535. OLE color: 4484535.
HSL color Cylindrical-coordinate representation of color #B76D44: hue angle of 21.39º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B76D44 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 109 | 68 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.28 |
| HSL | 21.39º | 0.46% | 0.49% | - |
| HSV(B) | 21.39º | 0.63% | 0.72% | - |
| XYZ | 26.04 | 21.42 | 8.23 | - |
| YUV | 126.45 | 95.02 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 68 | 0 | 0.40 | 0.63 | 0.28 | 21.39 | 0.46 | 0.49 |
| Hex | B7 | 6D | 44 | 0 | 28 | 3F | 1C | 15 | 2E | 31 |
| Octal | 267 | 155 | 104 | 0 | 50 | 77 | 34 | 25 | 56 | 61 |
| Binary | 10110111 | 1101101 | 1000100 | 0 | 101000 | 111111 | 11100 | 10101 | 101110 | 110001 |
Color Harmonies of #B76D44
Complementary color
Monochromatic Colors of #B76D44
Black with #B76D44
Text Example
Text Example
White with #B76D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76D44; }
p { color: rgb(183,109,68); }
H1.HeaderClassName
{
color: #B76D44;
}
.AnyTagClassName
{
color: #B76D44;
}
</style>
background-color css
<style>
a { background-color: #B76D44; }
a { background-color: rgb(183,109,68); }
div.DivClassName
{
background-color: #B76D44;
}
.BgClassName
{
background-color: #B76D44;
}
</style>
border-color css
<style>
span { border-color: #B76D44; }
span { border-color: rgb(183,109,68); }
td.TdClassName
{
border-color: #B76D44;
}
.TagClassName
{
border-color: #B76D44;
}
</style>