Shades of Bourbon #B96A44
Tints of Bourbon #B96A44
RGB
CMYK
RGB Variations
Color information
#B96A44 (or 0xB96A44) is known color: Bourbon. HEX triplet: B9, 6A and 44. RGB value is (185,106,68). Sum of RGB (Red+Green+Blue) = 185+106+68=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96A44 is #4695BB. Grayscale: #7D7D7D. Windows color (decimal): -4625852 or 4483769. OLE color: 4483769.
HSL color Cylindrical-coordinate representation of color #B96A44: hue angle of 19.49º 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 #B96A44 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 106 | 68 | - |
| CMYK | 0 | 0.43 | 0.63 | 0.27 |
| HSL | 19.49º | 0.46% | 0.5% | - |
| HSV(B) | 19.49º | 0.63% | 0.73% | - |
| XYZ | 26.21 | 21.04 | 8.15 | - |
| YUV | 125.29 | 95.67 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 106 | 68 | 0 | 0.43 | 0.63 | 0.27 | 19.49 | 0.46 | 0.5 |
| Hex | B9 | 6A | 44 | 0 | 2B | 3F | 1B | 13 | 2E | 32 |
| Octal | 271 | 152 | 104 | 0 | 53 | 77 | 33 | 23 | 56 | 62 |
| Binary | 10111001 | 1101010 | 1000100 | 0 | 101011 | 111111 | 11011 | 10011 | 101110 | 110010 |
Color Harmonies of #B96A44
Complementary color
Monochromatic Colors of #B96A44
Black with #B96A44
Text Example
Text Example
White with #B96A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96A44; }
p { color: rgb(185,106,68); }
H1.HeaderClassName
{
color: #B96A44;
}
.AnyTagClassName
{
color: #B96A44;
}
</style>
background-color css
<style>
a { background-color: #B96A44; }
a { background-color: rgb(185,106,68); }
div.DivClassName
{
background-color: #B96A44;
}
.BgClassName
{
background-color: #B96A44;
}
</style>
border-color css
<style>
span { border-color: #B96A44; }
span { border-color: rgb(185,106,68); }
td.TdClassName
{
border-color: #B96A44;
}
.TagClassName
{
border-color: #B96A44;
}
</style>