Shades of Bourbon #B06D41
Tints of Bourbon #B06D41
RGB
CMYK
RGB Variations
Color information
#B06D41 (or 0xB06D41) is known color: Bourbon. HEX triplet: B0, 6D and 41. RGB value is (176,109,65). Sum of RGB (Red+Green+Blue) = 176+109+65=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06D41 is #4F92BE. Grayscale: #7C7C7C. Windows color (decimal): -5214911 or 4287920. OLE color: 4287920.
HSL color Cylindrical-coordinate representation of color #B06D41: hue angle of 23.78º 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 #B06D41 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 109 | 65 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.31 |
| HSL | 23.78º | 0.46% | 0.47% | - |
| HSV(B) | 23.78º | 0.63% | 0.69% | - |
| XYZ | 24.33 | 20.55 | 7.69 | - |
| YUV | 124.02 | 94.7 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 109 | 65 | 0 | 0.38 | 0.63 | 0.31 | 23.78 | 0.46 | 0.47 |
| Hex | B0 | 6D | 41 | 0 | 26 | 3F | 1F | 18 | 2E | 2F |
| Octal | 260 | 155 | 101 | 0 | 46 | 77 | 37 | 30 | 56 | 57 |
| Binary | 10110000 | 1101101 | 1000001 | 0 | 100110 | 111111 | 11111 | 11000 | 101110 | 101111 |
Color Harmonies of #B06D41
Complementary color
Monochromatic Colors of #B06D41
Black with #B06D41
Text Example
Text Example
White with #B06D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06D41; }
p { color: rgb(176,109,65); }
H1.HeaderClassName
{
color: #B06D41;
}
.AnyTagClassName
{
color: #B06D41;
}
</style>
background-color css
<style>
a { background-color: #B06D41; }
a { background-color: rgb(176,109,65); }
div.DivClassName
{
background-color: #B06D41;
}
.BgClassName
{
background-color: #B06D41;
}
</style>
border-color css
<style>
span { border-color: #B06D41; }
span { border-color: rgb(176,109,65); }
td.TdClassName
{
border-color: #B06D41;
}
.TagClassName
{
border-color: #B06D41;
}
</style>