Shades of Bourbon #B36D3C
Tints of Bourbon #B36D3C
RGB
CMYK
RGB Variations
Color information
#B36D3C (or 0xB36D3C) is known color: Bourbon. HEX triplet: B3, 6D and 3C. RGB value is (179,109,60). Sum of RGB (Red+Green+Blue) = 179+109+60=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B36D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36D3C is #4C92C3. Grayscale: #7C7C7C. Windows color (decimal): -5018308 or 3960243. OLE color: 3960243.
HSL color Cylindrical-coordinate representation of color #B36D3C: hue angle of 24.71º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B36D3C is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 109 | 60 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.30 |
| HSL | 24.71º | 0.5% | 0.47% | - |
| HSV(B) | 24.71º | 0.66% | 0.7% | - |
| XYZ | 24.87 | 20.85 | 6.99 | - |
| YUV | 124.34 | 91.69 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 109 | 60 | 0 | 0.39 | 0.66 | 0.30 | 24.71 | 0.5 | 0.47 |
| Hex | B3 | 6D | 3C | 0 | 27 | 42 | 1E | 19 | 32 | 2F |
| Octal | 263 | 155 | 74 | 0 | 47 | 102 | 36 | 31 | 62 | 57 |
| Binary | 10110011 | 1101101 | 111100 | 0 | 100111 | 1000010 | 11110 | 11001 | 110010 | 101111 |
Color Harmonies of #B36D3C
Complementary color
Monochromatic Colors of #B36D3C
Black with #B36D3C
Text Example
Text Example
White with #B36D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36D3C; }
p { color: rgb(179,109,60); }
H1.HeaderClassName
{
color: #B36D3C;
}
.AnyTagClassName
{
color: #B36D3C;
}
</style>
background-color css
<style>
a { background-color: #B36D3C; }
a { background-color: rgb(179,109,60); }
div.DivClassName
{
background-color: #B36D3C;
}
.BgClassName
{
background-color: #B36D3C;
}
</style>
border-color css
<style>
span { border-color: #B36D3C; }
span { border-color: rgb(179,109,60); }
td.TdClassName
{
border-color: #B36D3C;
}
.TagClassName
{
border-color: #B36D3C;
}
</style>