Shades of Bourbon #B36E3E
Tints of Bourbon #B36E3E
RGB
CMYK
RGB Variations
Color information
#B36E3E (or 0xB36E3E) is known color: Bourbon. HEX triplet: B3, 6E and 3E. RGB value is (179,110,62). Sum of RGB (Red+Green+Blue) = 179+110+62=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 62 (24.61% from 255 or 17.66% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B36E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36E3E is #4C91C1. Grayscale: #7D7D7D. Windows color (decimal): -5018050 or 4091571. OLE color: 4091571.
HSL color Cylindrical-coordinate representation of color #B36E3E: hue angle of 24.62º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B36E3E is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 110 | 62 | - |
| CMYK | 0 | 0.39 | 0.65 | 0.30 |
| HSL | 24.62º | 0.49% | 0.47% | - |
| HSV(B) | 24.62º | 0.65% | 0.7% | - |
| XYZ | 25.04 | 21.08 | 7.31 | - |
| YUV | 125.16 | 92.36 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 110 | 62 | 0 | 0.39 | 0.65 | 0.30 | 24.62 | 0.49 | 0.47 |
| Hex | B3 | 6E | 3E | 0 | 27 | 41 | 1E | 19 | 31 | 2F |
| Octal | 263 | 156 | 76 | 0 | 47 | 101 | 36 | 31 | 61 | 57 |
| Binary | 10110011 | 1101110 | 111110 | 0 | 100111 | 1000001 | 11110 | 11001 | 110001 | 101111 |
Color Harmonies of #B36E3E
Complementary color
Monochromatic Colors of #B36E3E
Black with #B36E3E
Text Example
Text Example
White with #B36E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36E3E; }
p { color: rgb(179,110,62); }
H1.HeaderClassName
{
color: #B36E3E;
}
.AnyTagClassName
{
color: #B36E3E;
}
</style>
background-color css
<style>
a { background-color: #B36E3E; }
a { background-color: rgb(179,110,62); }
div.DivClassName
{
background-color: #B36E3E;
}
.BgClassName
{
background-color: #B36E3E;
}
</style>
border-color css
<style>
span { border-color: #B36E3E; }
span { border-color: rgb(179,110,62); }
td.TdClassName
{
border-color: #B36E3E;
}
.TagClassName
{
border-color: #B36E3E;
}
</style>