Shades of Bourbon #B96F41
Tints of Bourbon #B96F41
RGB
CMYK
RGB Variations
Color information
#B96F41 (or 0xB96F41) is known color: Bourbon. HEX triplet: B9, 6F and 41. RGB value is (185,111,65). Sum of RGB (Red+Green+Blue) = 185+111+65=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96F41 is #4690BE. Grayscale: #808080. Windows color (decimal): -4624575 or 4288441. OLE color: 4288441.
HSL color Cylindrical-coordinate representation of color #B96F41: hue angle of 23º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B96F41 is Cyan = 0, Magento = 0.4, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 111 | 65 | - |
| CMYK | 0 | 0.4 | 0.65 | 0.27 |
| HSL | 23º | 0.48% | 0.49% | - |
| HSV(B) | 23º | 0.65% | 0.73% | - |
| XYZ | 26.65 | 22.06 | 7.86 | - |
| YUV | 127.88 | 92.52 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 111 | 65 | 0 | 0.4 | 0.65 | 0.27 | 23 | 0.48 | 0.49 |
| Hex | B9 | 6F | 41 | 0 | 28 | 41 | 1B | 17 | 30 | 31 |
| Octal | 271 | 157 | 101 | 0 | 50 | 101 | 33 | 27 | 60 | 61 |
| Binary | 10111001 | 1101111 | 1000001 | 0 | 101000 | 1000001 | 11011 | 10111 | 110000 | 110001 |
Color Harmonies of #B96F41
Complementary color
Monochromatic Colors of #B96F41
Black with #B96F41
Text Example
Text Example
White with #B96F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96F41; }
p { color: rgb(185,111,65); }
H1.HeaderClassName
{
color: #B96F41;
}
.AnyTagClassName
{
color: #B96F41;
}
</style>
background-color css
<style>
a { background-color: #B96F41; }
a { background-color: rgb(185,111,65); }
div.DivClassName
{
background-color: #B96F41;
}
.BgClassName
{
background-color: #B96F41;
}
</style>
border-color css
<style>
span { border-color: #B96F41; }
span { border-color: rgb(185,111,65); }
td.TdClassName
{
border-color: #B96F41;
}
.TagClassName
{
border-color: #B96F41;
}
</style>