Shades of Bourbon #B06841
Tints of Bourbon #B06841
RGB
CMYK
RGB Variations
Color information
#B06841 (or 0xB06841) is known color: Bourbon. HEX triplet: B0, 68 and 41. RGB value is (176,104,65). Sum of RGB (Red+Green+Blue) = 176+104+65=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B06841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06841 is #4F97BE. Grayscale: #797979. Windows color (decimal): -5216191 or 4286640. OLE color: 4286640.
HSL color Cylindrical-coordinate representation of color #B06841: hue angle of 21.08º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B06841 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 104 | 65 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.31 |
| HSL | 21.08º | 0.46% | 0.47% | - |
| HSV(B) | 21.08º | 0.63% | 0.69% | - |
| XYZ | 23.81 | 19.51 | 7.51 | - |
| YUV | 121.08 | 96.35 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 104 | 65 | 0 | 0.41 | 0.63 | 0.31 | 21.08 | 0.46 | 0.47 |
| Hex | B0 | 68 | 41 | 0 | 29 | 3F | 1F | 15 | 2E | 2F |
| Octal | 260 | 150 | 101 | 0 | 51 | 77 | 37 | 25 | 56 | 57 |
| Binary | 10110000 | 1101000 | 1000001 | 0 | 101001 | 111111 | 11111 | 10101 | 101110 | 101111 |
Color Harmonies of #B06841
Complementary color
Monochromatic Colors of #B06841
Black with #B06841
Text Example
Text Example
White with #B06841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06841; }
p { color: rgb(176,104,65); }
H1.HeaderClassName
{
color: #B06841;
}
.AnyTagClassName
{
color: #B06841;
}
</style>
background-color css
<style>
a { background-color: #B06841; }
a { background-color: rgb(176,104,65); }
div.DivClassName
{
background-color: #B06841;
}
.BgClassName
{
background-color: #B06841;
}
</style>
border-color css
<style>
span { border-color: #B06841; }
span { border-color: rgb(176,104,65); }
td.TdClassName
{
border-color: #B06841;
}
.TagClassName
{
border-color: #B06841;
}
</style>