Shades of Bourbon #B76839
Tints of Bourbon #B76839
RGB
CMYK
RGB Variations
Color information
#B76839 (or 0xB76839) is known color: Bourbon. HEX triplet: B7, 68 and 39. RGB value is (183,104,57). Sum of RGB (Red+Green+Blue) = 183+104+57=344 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.20% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 57 (22.66% from 255 or 16.57% from 344); Max value from RGB is 183 - color contains mainly: red. Hex color #B76839 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76839 is #4897C6. Grayscale: #7A7A7A. Windows color (decimal): -4757447 or 3762359. OLE color: 3762359.
HSL color Cylindrical-coordinate representation of color #B76839: hue angle of 22.38º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B76839 is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 104 | 57 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.28 |
| HSL | 22.38º | 0.53% | 0.47% | - |
| HSV(B) | 22.38º | 0.69% | 0.72% | - |
| XYZ | 25.22 | 20.26 | 6.45 | - |
| YUV | 122.26 | 91.17 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 104 | 57 | 0 | 0.43 | 0.69 | 0.28 | 22.38 | 0.53 | 0.47 |
| Hex | B7 | 68 | 39 | 0 | 2B | 45 | 1C | 16 | 34 | 2F |
| Octal | 267 | 150 | 71 | 0 | 53 | 105 | 34 | 26 | 64 | 57 |
| Binary | 10110111 | 1101000 | 111001 | 0 | 101011 | 1000101 | 11100 | 10110 | 110100 | 101111 |
Color Harmonies of #B76839
Complementary color
Monochromatic Colors of #B76839
Black with #B76839
Text Example
Text Example
White with #B76839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76839; }
p { color: rgb(183,104,57); }
H1.HeaderClassName
{
color: #B76839;
}
.AnyTagClassName
{
color: #B76839;
}
</style>
background-color css
<style>
a { background-color: #B76839; }
a { background-color: rgb(183,104,57); }
div.DivClassName
{
background-color: #B76839;
}
.BgClassName
{
background-color: #B76839;
}
</style>
border-color css
<style>
span { border-color: #B76839; }
span { border-color: rgb(183,104,57); }
td.TdClassName
{
border-color: #B76839;
}
.TagClassName
{
border-color: #B76839;
}
</style>