Shades of Bourbon #B76D3C
Tints of Bourbon #B76D3C
RGB
CMYK
RGB Variations
Color information
#B76D3C (or 0xB76D3C) is known color: Bourbon. HEX triplet: B7, 6D and 3C. RGB value is (183,109,60). Sum of RGB (Red+Green+Blue) = 183+109+60=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76D3C is #4892C3. Grayscale: #7D7D7D. Windows color (decimal): -4756164 or 3960247. OLE color: 3960247.
HSL color Cylindrical-coordinate representation of color #B76D3C: hue angle of 23.9º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B76D3C is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 109 | 60 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.28 |
| HSL | 23.9º | 0.51% | 0.48% | - |
| HSV(B) | 23.9º | 0.67% | 0.72% | - |
| XYZ | 25.81 | 21.33 | 7.03 | - |
| YUV | 125.54 | 91.02 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 60 | 0 | 0.40 | 0.67 | 0.28 | 23.9 | 0.51 | 0.48 |
| Hex | B7 | 6D | 3C | 0 | 28 | 43 | 1C | 18 | 33 | 30 |
| Octal | 267 | 155 | 74 | 0 | 50 | 103 | 34 | 30 | 63 | 60 |
| Binary | 10110111 | 1101101 | 111100 | 0 | 101000 | 1000011 | 11100 | 11000 | 110011 | 110000 |
Color Harmonies of #B76D3C
Complementary color
Monochromatic Colors of #B76D3C
Black with #B76D3C
Text Example
Text Example
White with #B76D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76D3C; }
p { color: rgb(183,109,60); }
H1.HeaderClassName
{
color: #B76D3C;
}
.AnyTagClassName
{
color: #B76D3C;
}
</style>
background-color css
<style>
a { background-color: #B76D3C; }
a { background-color: rgb(183,109,60); }
div.DivClassName
{
background-color: #B76D3C;
}
.BgClassName
{
background-color: #B76D3C;
}
</style>
border-color css
<style>
span { border-color: #B76D3C; }
span { border-color: rgb(183,109,60); }
td.TdClassName
{
border-color: #B76D3C;
}
.TagClassName
{
border-color: #B76D3C;
}
</style>