Shades of Bourbon #B86C41
Tints of Bourbon #B86C41
RGB
CMYK
RGB Variations
Color information
#B86C41 (or 0xB86C41) is known color: Bourbon. HEX triplet: B8, 6C and 41. RGB value is (184,108,65). Sum of RGB (Red+Green+Blue) = 184+108+65=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86C41 is #4793BE. Grayscale: #7E7E7E. Windows color (decimal): -4690879 or 4287672. OLE color: 4287672.
HSL color Cylindrical-coordinate representation of color #B86C41: hue angle of 21.68º 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 #B86C41 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 108 | 65 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.28 |
| HSL | 21.68º | 0.48% | 0.49% | - |
| HSV(B) | 21.68º | 0.65% | 0.72% | - |
| XYZ | 26.08 | 21.3 | 7.74 | - |
| YUV | 125.82 | 93.68 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 108 | 65 | 0 | 0.41 | 0.65 | 0.28 | 21.68 | 0.48 | 0.49 |
| Hex | B8 | 6C | 41 | 0 | 29 | 41 | 1C | 16 | 30 | 31 |
| Octal | 270 | 154 | 101 | 0 | 51 | 101 | 34 | 26 | 60 | 61 |
| Binary | 10111000 | 1101100 | 1000001 | 0 | 101001 | 1000001 | 11100 | 10110 | 110000 | 110001 |
Color Harmonies of #B86C41
Complementary color
Monochromatic Colors of #B86C41
Black with #B86C41
Text Example
Text Example
White with #B86C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86C41; }
p { color: rgb(184,108,65); }
H1.HeaderClassName
{
color: #B86C41;
}
.AnyTagClassName
{
color: #B86C41;
}
</style>
background-color css
<style>
a { background-color: #B86C41; }
a { background-color: rgb(184,108,65); }
div.DivClassName
{
background-color: #B86C41;
}
.BgClassName
{
background-color: #B86C41;
}
</style>
border-color css
<style>
span { border-color: #B86C41; }
span { border-color: rgb(184,108,65); }
td.TdClassName
{
border-color: #B86C41;
}
.TagClassName
{
border-color: #B86C41;
}
</style>