Shades of Bourbon #B76F49
Tints of Bourbon #B76F49
RGB
CMYK
RGB Variations
Color information
#B76F49 (or 0xB76F49) is known color: Bourbon. HEX triplet: B7, 6F and 49. RGB value is (183,111,73). Sum of RGB (Red+Green+Blue) = 183+111+73=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 73 (28.91% from 255 or 19.89% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76F49 is #4890B6. Grayscale: #808080. Windows color (decimal): -4755639 or 4812727. OLE color: 4812727.
HSL color Cylindrical-coordinate representation of color #B76F49: hue angle of 20.73º 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 #B76F49 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 111 | 73 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.28 |
| HSL | 20.73º | 0.43% | 0.5% | - |
| HSV(B) | 20.73º | 0.6% | 0.72% | - |
| XYZ | 26.42 | 21.92 | 9.14 | - |
| YUV | 128.2 | 96.85 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 73 | 0 | 0.39 | 0.60 | 0.28 | 20.73 | 0.43 | 0.5 |
| Hex | B7 | 6F | 49 | 0 | 27 | 3C | 1C | 15 | 2B | 32 |
| Octal | 267 | 157 | 111 | 0 | 47 | 74 | 34 | 25 | 53 | 62 |
| Binary | 10110111 | 1101111 | 1001001 | 0 | 100111 | 111100 | 11100 | 10101 | 101011 | 110010 |
Color Harmonies of #B76F49
Complementary color
Monochromatic Colors of #B76F49
Black with #B76F49
Text Example
Text Example
White with #B76F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76F49; }
p { color: rgb(183,111,73); }
H1.HeaderClassName
{
color: #B76F49;
}
.AnyTagClassName
{
color: #B76F49;
}
</style>
background-color css
<style>
a { background-color: #B76F49; }
a { background-color: rgb(183,111,73); }
div.DivClassName
{
background-color: #B76F49;
}
.BgClassName
{
background-color: #B76F49;
}
</style>
border-color css
<style>
span { border-color: #B76F49; }
span { border-color: rgb(183,111,73); }
td.TdClassName
{
border-color: #B76F49;
}
.TagClassName
{
border-color: #B76F49;
}
</style>