Shades of Bourbon #B06D3C
Tints of Bourbon #B06D3C
RGB
CMYK
RGB Variations
Color information
#B06D3C (or 0xB06D3C) is known color: Bourbon. HEX triplet: B0, 6D and 3C. RGB value is (176,109,60). Sum of RGB (Red+Green+Blue) = 176+109+60=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06D3C is #4F92C3. Grayscale: #7B7B7B. Windows color (decimal): -5214916 or 3960240. OLE color: 3960240.
HSL color Cylindrical-coordinate representation of color #B06D3C: hue angle of 25.34º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B06D3C is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 109 | 60 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.31 |
| HSL | 25.34º | 0.49% | 0.46% | - |
| HSV(B) | 25.34º | 0.66% | 0.69% | - |
| XYZ | 24.19 | 20.49 | 6.96 | - |
| YUV | 123.45 | 92.2 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 109 | 60 | 0 | 0.38 | 0.66 | 0.31 | 25.34 | 0.49 | 0.46 |
| Hex | B0 | 6D | 3C | 0 | 26 | 42 | 1F | 19 | 31 | 2E |
| Octal | 260 | 155 | 74 | 0 | 46 | 102 | 37 | 31 | 61 | 56 |
| Binary | 10110000 | 1101101 | 111100 | 0 | 100110 | 1000010 | 11111 | 11001 | 110001 | 101110 |
Color Harmonies of #B06D3C
Complementary color
Monochromatic Colors of #B06D3C
Black with #B06D3C
Text Example
Text Example
White with #B06D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06D3C; }
p { color: rgb(176,109,60); }
H1.HeaderClassName
{
color: #B06D3C;
}
.AnyTagClassName
{
color: #B06D3C;
}
</style>
background-color css
<style>
a { background-color: #B06D3C; }
a { background-color: rgb(176,109,60); }
div.DivClassName
{
background-color: #B06D3C;
}
.BgClassName
{
background-color: #B06D3C;
}
</style>
border-color css
<style>
span { border-color: #B06D3C; }
span { border-color: rgb(176,109,60); }
td.TdClassName
{
border-color: #B06D3C;
}
.TagClassName
{
border-color: #B06D3C;
}
</style>