Shades of Bourbon #B86D40
Tints of Bourbon #B86D40
RGB
CMYK
RGB Variations
Color information
#B86D40 (or 0xB86D40) is known color: Bourbon. HEX triplet: B8, 6D and 40. RGB value is (184,109,64). Sum of RGB (Red+Green+Blue) = 184+109+64=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B86D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86D40 is #4792BF. Grayscale: #7E7E7E. Windows color (decimal): -4690624 or 4222392. OLE color: 4222392.
HSL color Cylindrical-coordinate representation of color #B86D40: hue angle of 22.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B86D40 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 109 | 64 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.28 |
| HSL | 22.5º | 0.48% | 0.49% | - |
| HSV(B) | 22.5º | 0.65% | 0.72% | - |
| XYZ | 26.16 | 21.5 | 7.62 | - |
| YUV | 126.3 | 92.85 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 109 | 64 | 0 | 0.41 | 0.65 | 0.28 | 22.5 | 0.48 | 0.49 |
| Hex | B8 | 6D | 40 | 0 | 29 | 41 | 1C | 16 | 30 | 31 |
| Octal | 270 | 155 | 100 | 0 | 51 | 101 | 34 | 26 | 60 | 61 |
| Binary | 10111000 | 1101101 | 1000000 | 0 | 101001 | 1000001 | 11100 | 10110 | 110000 | 110001 |
Color Harmonies of #B86D40
Complementary color
Monochromatic Colors of #B86D40
Black with #B86D40
Text Example
Text Example
White with #B86D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86D40; }
p { color: rgb(184,109,64); }
H1.HeaderClassName
{
color: #B86D40;
}
.AnyTagClassName
{
color: #B86D40;
}
</style>
background-color css
<style>
a { background-color: #B86D40; }
a { background-color: rgb(184,109,64); }
div.DivClassName
{
background-color: #B86D40;
}
.BgClassName
{
background-color: #B86D40;
}
</style>
border-color css
<style>
span { border-color: #B86D40; }
span { border-color: rgb(184,109,64); }
td.TdClassName
{
border-color: #B86D40;
}
.TagClassName
{
border-color: #B86D40;
}
</style>