Shades of Bourbon #B5703B
Tints of Bourbon #B5703B
RGB
CMYK
RGB Variations
Color information
#B5703B (or 0xB5703B) is known color: Bourbon. HEX triplet: B5, 70 and 3B. RGB value is (181,112,59). Sum of RGB (Red+Green+Blue) = 181+112+59=352 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.42% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 59 (23.44% from 255 or 16.76% from 352); Max value from RGB is 181 - color contains mainly: red. Hex color #B5703B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5703B is #4A8FC4. Grayscale: #7E7E7E. Windows color (decimal): -4886469 or 3895477. OLE color: 3895477.
HSL color Cylindrical-coordinate representation of color #B5703B: hue angle of 26.07º degrees, saturation: 0.51, 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 #B5703B is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 112 | 59 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.29 |
| HSL | 26.07º | 0.51% | 0.47% | - |
| HSV(B) | 26.07º | 0.67% | 0.71% | - |
| XYZ | 25.64 | 21.73 | 6.98 | - |
| YUV | 126.59 | 89.86 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 112 | 59 | 0 | 0.38 | 0.67 | 0.29 | 26.07 | 0.51 | 0.47 |
| Hex | B5 | 70 | 3B | 0 | 26 | 43 | 1D | 1A | 33 | 2F |
| Octal | 265 | 160 | 73 | 0 | 46 | 103 | 35 | 32 | 63 | 57 |
| Binary | 10110101 | 1110000 | 111011 | 0 | 100110 | 1000011 | 11101 | 11010 | 110011 | 101111 |
Color Harmonies of #B5703B
Complementary color
Monochromatic Colors of #B5703B
Black with #B5703B
Text Example
Text Example
White with #B5703B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5703B; }
p { color: rgb(181,112,59); }
H1.HeaderClassName
{
color: #B5703B;
}
.AnyTagClassName
{
color: #B5703B;
}
</style>
background-color css
<style>
a { background-color: #B5703B; }
a { background-color: rgb(181,112,59); }
div.DivClassName
{
background-color: #B5703B;
}
.BgClassName
{
background-color: #B5703B;
}
</style>
border-color css
<style>
span { border-color: #B5703B; }
span { border-color: rgb(181,112,59); }
td.TdClassName
{
border-color: #B5703B;
}
.TagClassName
{
border-color: #B5703B;
}
</style>