Shades of Bourbon #B36E3C
Tints of Bourbon #B36E3C
RGB
CMYK
RGB Variations
Color information
#B36E3C (or 0xB36E3C) is known color: Bourbon. HEX triplet: B3, 6E and 3C. RGB value is (179,110,60). Sum of RGB (Red+Green+Blue) = 179+110+60=349 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.29% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 179 - color contains mainly: red. Hex color #B36E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36E3C is #4C91C3. Grayscale: #7D7D7D. Windows color (decimal): -5018052 or 3960499. OLE color: 3960499.
HSL color Cylindrical-coordinate representation of color #B36E3C: hue angle of 25.21º 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 #B36E3C is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 110 | 60 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.30 |
| HSL | 25.21º | 0.5% | 0.47% | - |
| HSV(B) | 25.21º | 0.66% | 0.7% | - |
| XYZ | 24.98 | 21.06 | 7.02 | - |
| YUV | 124.93 | 91.36 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 110 | 60 | 0 | 0.39 | 0.66 | 0.30 | 25.21 | 0.5 | 0.47 |
| Hex | B3 | 6E | 3C | 0 | 27 | 42 | 1E | 19 | 32 | 2F |
| Octal | 263 | 156 | 74 | 0 | 47 | 102 | 36 | 31 | 62 | 57 |
| Binary | 10110011 | 1101110 | 111100 | 0 | 100111 | 1000010 | 11110 | 11001 | 110010 | 101111 |
Color Harmonies of #B36E3C
Complementary color
Monochromatic Colors of #B36E3C
Black with #B36E3C
Text Example
Text Example
White with #B36E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36E3C; }
p { color: rgb(179,110,60); }
H1.HeaderClassName
{
color: #B36E3C;
}
.AnyTagClassName
{
color: #B36E3C;
}
</style>
background-color css
<style>
a { background-color: #B36E3C; }
a { background-color: rgb(179,110,60); }
div.DivClassName
{
background-color: #B36E3C;
}
.BgClassName
{
background-color: #B36E3C;
}
</style>
border-color css
<style>
span { border-color: #B36E3C; }
span { border-color: rgb(179,110,60); }
td.TdClassName
{
border-color: #B36E3C;
}
.TagClassName
{
border-color: #B36E3C;
}
</style>