Shades of Bourbon #B76D46
Tints of Bourbon #B76D46
RGB
CMYK
RGB Variations
Color information
#B76D46 (or 0xB76D46) is known color: Bourbon. HEX triplet: B7, 6D and 46. RGB value is (183,109,70). Sum of RGB (Red+Green+Blue) = 183+109+70=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76D46 is #4892B9. Grayscale: #7E7E7E. Windows color (decimal): -4756154 or 4615607. OLE color: 4615607.
HSL color Cylindrical-coordinate representation of color #B76D46: hue angle of 20.71º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B76D46 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 109 | 70 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.28 |
| HSL | 20.71º | 0.45% | 0.5% | - |
| HSV(B) | 20.71º | 0.62% | 0.72% | - |
| XYZ | 26.1 | 21.45 | 8.56 | - |
| YUV | 126.68 | 96.02 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 70 | 0 | 0.40 | 0.62 | 0.28 | 20.71 | 0.45 | 0.5 |
| Hex | B7 | 6D | 46 | 0 | 28 | 3E | 1C | 15 | 2D | 32 |
| Octal | 267 | 155 | 106 | 0 | 50 | 76 | 34 | 25 | 55 | 62 |
| Binary | 10110111 | 1101101 | 1000110 | 0 | 101000 | 111110 | 11100 | 10101 | 101101 | 110010 |
Color Harmonies of #B76D46
Complementary color
Monochromatic Colors of #B76D46
Black with #B76D46
Text Example
Text Example
White with #B76D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76D46; }
p { color: rgb(183,109,70); }
H1.HeaderClassName
{
color: #B76D46;
}
.AnyTagClassName
{
color: #B76D46;
}
</style>
background-color css
<style>
a { background-color: #B76D46; }
a { background-color: rgb(183,109,70); }
div.DivClassName
{
background-color: #B76D46;
}
.BgClassName
{
background-color: #B76D46;
}
</style>
border-color css
<style>
span { border-color: #B76D46; }
span { border-color: rgb(183,109,70); }
td.TdClassName
{
border-color: #B76D46;
}
.TagClassName
{
border-color: #B76D46;
}
</style>