Shades of Bourbon #B76D3B
Tints of Bourbon #B76D3B
RGB
CMYK
RGB Variations
Color information
#B76D3B (or 0xB76D3B) is known color: Bourbon. HEX triplet: B7, 6D and 3B. RGB value is (183,109,59). Sum of RGB (Red+Green+Blue) = 183+109+59=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 59 (23.44% from 255 or 16.81% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76D3B is #4892C4. Grayscale: #7D7D7D. Windows color (decimal): -4756165 or 3894711. OLE color: 3894711.
HSL color Cylindrical-coordinate representation of color #B76D3B: hue angle of 24.19º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B76D3B is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 109 | 59 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.28 |
| HSL | 24.19º | 0.51% | 0.47% | - |
| HSV(B) | 24.19º | 0.68% | 0.72% | - |
| XYZ | 25.79 | 21.32 | 6.89 | - |
| YUV | 125.43 | 90.52 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 59 | 0 | 0.40 | 0.68 | 0.28 | 24.19 | 0.51 | 0.47 |
| Hex | B7 | 6D | 3B | 0 | 28 | 44 | 1C | 18 | 33 | 2F |
| Octal | 267 | 155 | 73 | 0 | 50 | 104 | 34 | 30 | 63 | 57 |
| Binary | 10110111 | 1101101 | 111011 | 0 | 101000 | 1000100 | 11100 | 11000 | 110011 | 101111 |
Color Harmonies of #B76D3B
Complementary color
Monochromatic Colors of #B76D3B
Black with #B76D3B
Text Example
Text Example
White with #B76D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76D3B; }
p { color: rgb(183,109,59); }
H1.HeaderClassName
{
color: #B76D3B;
}
.AnyTagClassName
{
color: #B76D3B;
}
</style>
background-color css
<style>
a { background-color: #B76D3B; }
a { background-color: rgb(183,109,59); }
div.DivClassName
{
background-color: #B76D3B;
}
.BgClassName
{
background-color: #B76D3B;
}
</style>
border-color css
<style>
span { border-color: #B76D3B; }
span { border-color: rgb(183,109,59); }
td.TdClassName
{
border-color: #B76D3B;
}
.TagClassName
{
border-color: #B76D3B;
}
</style>