Shades of Bourbon #B06F41
Tints of Bourbon #B06F41
RGB
CMYK
RGB Variations
Color information
#B06F41 (or 0xB06F41) is known color: Bourbon. HEX triplet: B0, 6F and 41. RGB value is (176,111,65). Sum of RGB (Red+Green+Blue) = 176+111+65=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06F41 is #4F90BE. Grayscale: #7D7D7D. Windows color (decimal): -5214399 or 4288432. OLE color: 4288432.
HSL color Cylindrical-coordinate representation of color #B06F41: hue angle of 24.86º 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 #B06F41 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 111 | 65 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.31 |
| HSL | 24.86º | 0.46% | 0.47% | - |
| HSV(B) | 24.86º | 0.63% | 0.69% | - |
| XYZ | 24.54 | 20.98 | 7.76 | - |
| YUV | 125.19 | 94.03 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 65 | 0 | 0.37 | 0.63 | 0.31 | 24.86 | 0.46 | 0.47 |
| Hex | B0 | 6F | 41 | 0 | 25 | 3F | 1F | 19 | 2E | 2F |
| Octal | 260 | 157 | 101 | 0 | 45 | 77 | 37 | 31 | 56 | 57 |
| Binary | 10110000 | 1101111 | 1000001 | 0 | 100101 | 111111 | 11111 | 11001 | 101110 | 101111 |
Color Harmonies of #B06F41
Complementary color
Monochromatic Colors of #B06F41
Black with #B06F41
Text Example
Text Example
White with #B06F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06F41; }
p { color: rgb(176,111,65); }
H1.HeaderClassName
{
color: #B06F41;
}
.AnyTagClassName
{
color: #B06F41;
}
</style>
background-color css
<style>
a { background-color: #B06F41; }
a { background-color: rgb(176,111,65); }
div.DivClassName
{
background-color: #B06F41;
}
.BgClassName
{
background-color: #B06F41;
}
</style>
border-color css
<style>
span { border-color: #B06F41; }
span { border-color: rgb(176,111,65); }
td.TdClassName
{
border-color: #B06F41;
}
.TagClassName
{
border-color: #B06F41;
}
</style>