Shades of Bourbon #B56E3C
Tints of Bourbon #B56E3C
RGB
CMYK
RGB Variations
Color information
#B56E3C (or 0xB56E3C) is known color: Bourbon. HEX triplet: B5, 6E and 3C. RGB value is (181,110,60). Sum of RGB (Red+Green+Blue) = 181+110+60=351 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.57% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56E3C is #4A91C3. Grayscale: #7D7D7D. Windows color (decimal): -4886980 or 3960501. OLE color: 3960501.
HSL color Cylindrical-coordinate representation of color #B56E3C: hue angle of 24.79º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B56E3C is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 110 | 60 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.29 |
| HSL | 24.79º | 0.5% | 0.47% | - |
| HSV(B) | 24.79º | 0.67% | 0.71% | - |
| XYZ | 25.45 | 21.3 | 7.05 | - |
| YUV | 125.53 | 91.02 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 110 | 60 | 0 | 0.39 | 0.67 | 0.29 | 24.79 | 0.5 | 0.47 |
| Hex | B5 | 6E | 3C | 0 | 27 | 43 | 1D | 19 | 32 | 2F |
| Octal | 265 | 156 | 74 | 0 | 47 | 103 | 35 | 31 | 62 | 57 |
| Binary | 10110101 | 1101110 | 111100 | 0 | 100111 | 1000011 | 11101 | 11001 | 110010 | 101111 |
Color Harmonies of #B56E3C
Complementary color
Monochromatic Colors of #B56E3C
Black with #B56E3C
Text Example
Text Example
White with #B56E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56E3C; }
p { color: rgb(181,110,60); }
H1.HeaderClassName
{
color: #B56E3C;
}
.AnyTagClassName
{
color: #B56E3C;
}
</style>
background-color css
<style>
a { background-color: #B56E3C; }
a { background-color: rgb(181,110,60); }
div.DivClassName
{
background-color: #B56E3C;
}
.BgClassName
{
background-color: #B56E3C;
}
</style>
border-color css
<style>
span { border-color: #B56E3C; }
span { border-color: rgb(181,110,60); }
td.TdClassName
{
border-color: #B56E3C;
}
.TagClassName
{
border-color: #B56E3C;
}
</style>