Shades of Bourbon #B36D47
Tints of Bourbon #B36D47
RGB
CMYK
RGB Variations
Color information
#B36D47 (or 0xB36D47) is known color: Bourbon. HEX triplet: B3, 6D and 47. RGB value is (179,109,71). Sum of RGB (Red+Green+Blue) = 179+109+71=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 71 (28.12% from 255 or 19.78% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B36D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36D47 is #4C92B8. Grayscale: #7D7D7D. Windows color (decimal): -5018297 or 4681139. OLE color: 4681139.
HSL color Cylindrical-coordinate representation of color #B36D47: hue angle of 21.11º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B36D47 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 109 | 71 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.30 |
| HSL | 21.11º | 0.43% | 0.49% | - |
| HSV(B) | 21.11º | 0.6% | 0.7% | - |
| XYZ | 25.2 | 20.98 | 8.68 | - |
| YUV | 125.6 | 97.19 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 109 | 71 | 0 | 0.39 | 0.60 | 0.30 | 21.11 | 0.43 | 0.49 |
| Hex | B3 | 6D | 47 | 0 | 27 | 3C | 1E | 15 | 2B | 31 |
| Octal | 263 | 155 | 107 | 0 | 47 | 74 | 36 | 25 | 53 | 61 |
| Binary | 10110011 | 1101101 | 1000111 | 0 | 100111 | 111100 | 11110 | 10101 | 101011 | 110001 |
Color Harmonies of #B36D47
Complementary color
Monochromatic Colors of #B36D47
Black with #B36D47
Text Example
Text Example
White with #B36D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36D47; }
p { color: rgb(179,109,71); }
H1.HeaderClassName
{
color: #B36D47;
}
.AnyTagClassName
{
color: #B36D47;
}
</style>
background-color css
<style>
a { background-color: #B36D47; }
a { background-color: rgb(179,109,71); }
div.DivClassName
{
background-color: #B36D47;
}
.BgClassName
{
background-color: #B36D47;
}
</style>
border-color css
<style>
span { border-color: #B36D47; }
span { border-color: rgb(179,109,71); }
td.TdClassName
{
border-color: #B36D47;
}
.TagClassName
{
border-color: #B36D47;
}
</style>