Shades of Bourbon #B06C39
Tints of Bourbon #B06C39
RGB
CMYK
RGB Variations
Color information
#B06C39 (or 0xB06C39) is known color: Bourbon. HEX triplet: B0, 6C and 39. RGB value is (176,108,57). Sum of RGB (Red+Green+Blue) = 176+108+57=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 57 (22.66% from 255 or 16.72% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06C39 is #4F93C6. Grayscale: #7A7A7A. Windows color (decimal): -5215175 or 3763376. OLE color: 3763376.
HSL color Cylindrical-coordinate representation of color #B06C39: hue angle of 25.71º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B06C39 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 108 | 57 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.31 |
| HSL | 25.71º | 0.51% | 0.46% | - |
| HSV(B) | 25.71º | 0.68% | 0.69% | - |
| XYZ | 24.01 | 20.25 | 6.51 | - |
| YUV | 122.52 | 91.03 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 108 | 57 | 0 | 0.39 | 0.68 | 0.31 | 25.71 | 0.51 | 0.46 |
| Hex | B0 | 6C | 39 | 0 | 27 | 44 | 1F | 1A | 33 | 2E |
| Octal | 260 | 154 | 71 | 0 | 47 | 104 | 37 | 32 | 63 | 56 |
| Binary | 10110000 | 1101100 | 111001 | 0 | 100111 | 1000100 | 11111 | 11010 | 110011 | 101110 |
Color Harmonies of #B06C39
Complementary color
Monochromatic Colors of #B06C39
Black with #B06C39
Text Example
Text Example
White with #B06C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06C39; }
p { color: rgb(176,108,57); }
H1.HeaderClassName
{
color: #B06C39;
}
.AnyTagClassName
{
color: #B06C39;
}
</style>
background-color css
<style>
a { background-color: #B06C39; }
a { background-color: rgb(176,108,57); }
div.DivClassName
{
background-color: #B06C39;
}
.BgClassName
{
background-color: #B06C39;
}
</style>
border-color css
<style>
span { border-color: #B06C39; }
span { border-color: rgb(176,108,57); }
td.TdClassName
{
border-color: #B06C39;
}
.TagClassName
{
border-color: #B06C39;
}
</style>