Shades of Bourbon #B76C48
Tints of Bourbon #B76C48
RGB
CMYK
RGB Variations
Color information
#B76C48 (or 0xB76C48) is known color: Bourbon. HEX triplet: B7, 6C and 48. RGB value is (183,108,72). Sum of RGB (Red+Green+Blue) = 183+108+72=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76C48 is #4893B7. Grayscale: #7E7E7E. Windows color (decimal): -4756408 or 4746423. OLE color: 4746423.
HSL color Cylindrical-coordinate representation of color #B76C48: hue angle of 19.46º 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 #B76C48 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 108 | 72 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.28 |
| HSL | 19.46º | 0.44% | 0.5% | - |
| HSV(B) | 19.46º | 0.61% | 0.72% | - |
| XYZ | 26.06 | 21.26 | 8.86 | - |
| YUV | 126.32 | 97.35 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 72 | 0 | 0.41 | 0.61 | 0.28 | 19.46 | 0.44 | 0.5 |
| Hex | B7 | 6C | 48 | 0 | 29 | 3D | 1C | 13 | 2C | 32 |
| Octal | 267 | 154 | 110 | 0 | 51 | 75 | 34 | 23 | 54 | 62 |
| Binary | 10110111 | 1101100 | 1001000 | 0 | 101001 | 111101 | 11100 | 10011 | 101100 | 110010 |
Color Harmonies of #B76C48
Complementary color
Monochromatic Colors of #B76C48
Black with #B76C48
Text Example
Text Example
White with #B76C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76C48; }
p { color: rgb(183,108,72); }
H1.HeaderClassName
{
color: #B76C48;
}
.AnyTagClassName
{
color: #B76C48;
}
</style>
background-color css
<style>
a { background-color: #B76C48; }
a { background-color: rgb(183,108,72); }
div.DivClassName
{
background-color: #B76C48;
}
.BgClassName
{
background-color: #B76C48;
}
</style>
border-color css
<style>
span { border-color: #B76C48; }
span { border-color: rgb(183,108,72); }
td.TdClassName
{
border-color: #B76C48;
}
.TagClassName
{
border-color: #B76C48;
}
</style>