Shades of Bourbon #B76D3D
Tints of Bourbon #B76D3D
RGB
CMYK
RGB Variations
Color information
#B76D3D (or 0xB76D3D) is known color: Bourbon. HEX triplet: B7, 6D and 3D. RGB value is (183,109,61). Sum of RGB (Red+Green+Blue) = 183+109+61=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76D3D is #4892C2. Grayscale: #7D7D7D. Windows color (decimal): -4756163 or 4025783. OLE color: 4025783.
HSL color Cylindrical-coordinate representation of color #B76D3D: hue angle of 23.61º degrees, saturation: 0.5, 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 #B76D3D is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 109 | 61 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.28 |
| HSL | 23.61º | 0.5% | 0.48% | - |
| HSV(B) | 23.61º | 0.67% | 0.72% | - |
| XYZ | 25.84 | 21.34 | 7.17 | - |
| YUV | 125.65 | 91.52 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 61 | 0 | 0.40 | 0.67 | 0.28 | 23.61 | 0.5 | 0.48 |
| Hex | B7 | 6D | 3D | 0 | 28 | 43 | 1C | 18 | 32 | 30 |
| Octal | 267 | 155 | 75 | 0 | 50 | 103 | 34 | 30 | 62 | 60 |
| Binary | 10110111 | 1101101 | 111101 | 0 | 101000 | 1000011 | 11100 | 11000 | 110010 | 110000 |
Color Harmonies of #B76D3D
Complementary color
Monochromatic Colors of #B76D3D
Black with #B76D3D
Text Example
Text Example
White with #B76D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76D3D; }
p { color: rgb(183,109,61); }
H1.HeaderClassName
{
color: #B76D3D;
}
.AnyTagClassName
{
color: #B76D3D;
}
</style>
background-color css
<style>
a { background-color: #B76D3D; }
a { background-color: rgb(183,109,61); }
div.DivClassName
{
background-color: #B76D3D;
}
.BgClassName
{
background-color: #B76D3D;
}
</style>
border-color css
<style>
span { border-color: #B76D3D; }
span { border-color: rgb(183,109,61); }
td.TdClassName
{
border-color: #B76D3D;
}
.TagClassName
{
border-color: #B76D3D;
}
</style>