Shades of Bourbon #B06940
Tints of Bourbon #B06940
RGB
CMYK
RGB Variations
Color information
#B06940 (or 0xB06940) is known color: Bourbon. HEX triplet: B0, 69 and 40. RGB value is (176,105,64). Sum of RGB (Red+Green+Blue) = 176+105+64=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B06940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06940 is #4F96BF. Grayscale: #797979. Windows color (decimal): -5215936 or 4221360. OLE color: 4221360.
HSL color Cylindrical-coordinate representation of color #B06940: hue angle of 21.96º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B06940 is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 105 | 64 | - |
| CMYK | 0 | 0.40 | 0.64 | 0.31 |
| HSL | 21.96º | 0.47% | 0.47% | - |
| HSV(B) | 21.96º | 0.64% | 0.69% | - |
| XYZ | 23.88 | 19.7 | 7.39 | - |
| YUV | 121.56 | 95.52 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 105 | 64 | 0 | 0.40 | 0.64 | 0.31 | 21.96 | 0.47 | 0.47 |
| Hex | B0 | 69 | 40 | 0 | 28 | 40 | 1F | 16 | 2F | 2F |
| Octal | 260 | 151 | 100 | 0 | 50 | 100 | 37 | 26 | 57 | 57 |
| Binary | 10110000 | 1101001 | 1000000 | 0 | 101000 | 1000000 | 11111 | 10110 | 101111 | 101111 |
Color Harmonies of #B06940
Complementary color
Monochromatic Colors of #B06940
Black with #B06940
Text Example
Text Example
White with #B06940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06940; }
p { color: rgb(176,105,64); }
H1.HeaderClassName
{
color: #B06940;
}
.AnyTagClassName
{
color: #B06940;
}
</style>
background-color css
<style>
a { background-color: #B06940; }
a { background-color: rgb(176,105,64); }
div.DivClassName
{
background-color: #B06940;
}
.BgClassName
{
background-color: #B06940;
}
</style>
border-color css
<style>
span { border-color: #B06940; }
span { border-color: rgb(176,105,64); }
td.TdClassName
{
border-color: #B06940;
}
.TagClassName
{
border-color: #B06940;
}
</style>