Shades of Bourbon #B96C44
Tints of Bourbon #B96C44
RGB
CMYK
RGB Variations
Color information
#B96C44 (or 0xB96C44) is known color: Bourbon. HEX triplet: B9, 6C and 44. RGB value is (185,108,68). Sum of RGB (Red+Green+Blue) = 185+108+68=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 68 (26.95% from 255 or 18.84% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96C44 is #4693BB. Grayscale: #7E7E7E. Windows color (decimal): -4625340 or 4484281. OLE color: 4484281.
HSL color Cylindrical-coordinate representation of color #B96C44: hue angle of 20.51º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B96C44 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 108 | 68 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.27 |
| HSL | 20.51º | 0.46% | 0.5% | - |
| HSV(B) | 20.51º | 0.63% | 0.73% | - |
| XYZ | 26.41 | 21.46 | 8.22 | - |
| YUV | 126.46 | 95.01 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 108 | 68 | 0 | 0.42 | 0.63 | 0.27 | 20.51 | 0.46 | 0.5 |
| Hex | B9 | 6C | 44 | 0 | 2A | 3F | 1B | 15 | 2E | 32 |
| Octal | 271 | 154 | 104 | 0 | 52 | 77 | 33 | 25 | 56 | 62 |
| Binary | 10111001 | 1101100 | 1000100 | 0 | 101010 | 111111 | 11011 | 10101 | 101110 | 110010 |
Color Harmonies of #B96C44
Complementary color
Monochromatic Colors of #B96C44
Black with #B96C44
Text Example
Text Example
White with #B96C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96C44; }
p { color: rgb(185,108,68); }
H1.HeaderClassName
{
color: #B96C44;
}
.AnyTagClassName
{
color: #B96C44;
}
</style>
background-color css
<style>
a { background-color: #B96C44; }
a { background-color: rgb(185,108,68); }
div.DivClassName
{
background-color: #B96C44;
}
.BgClassName
{
background-color: #B96C44;
}
</style>
border-color css
<style>
span { border-color: #B96C44; }
span { border-color: rgb(185,108,68); }
td.TdClassName
{
border-color: #B96C44;
}
.TagClassName
{
border-color: #B96C44;
}
</style>