Shades of Bourbon #B5703C
Tints of Bourbon #B5703C
RGB
CMYK
RGB Variations
Color information
#B5703C (or 0xB5703C) is known color: Bourbon. HEX triplet: B5, 70 and 3C. RGB value is (181,112,60). Sum of RGB (Red+Green+Blue) = 181+112+60=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B5703C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5703C is #4A8FC3. Grayscale: #7E7E7E. Windows color (decimal): -4886468 or 3961013. OLE color: 3961013.
HSL color Cylindrical-coordinate representation of color #B5703C: hue angle of 25.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 #B5703C is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 112 | 60 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.29 |
| HSL | 25.79º | 0.5% | 0.47% | - |
| HSV(B) | 25.79º | 0.67% | 0.71% | - |
| XYZ | 25.67 | 21.74 | 7.12 | - |
| YUV | 126.7 | 90.36 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 112 | 60 | 0 | 0.38 | 0.67 | 0.29 | 25.79 | 0.5 | 0.47 |
| Hex | B5 | 70 | 3C | 0 | 26 | 43 | 1D | 1A | 32 | 2F |
| Octal | 265 | 160 | 74 | 0 | 46 | 103 | 35 | 32 | 62 | 57 |
| Binary | 10110101 | 1110000 | 111100 | 0 | 100110 | 1000011 | 11101 | 11010 | 110010 | 101111 |
Color Harmonies of #B5703C
Complementary color
Monochromatic Colors of #B5703C
Black with #B5703C
Text Example
Text Example
White with #B5703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5703C; }
p { color: rgb(181,112,60); }
H1.HeaderClassName
{
color: #B5703C;
}
.AnyTagClassName
{
color: #B5703C;
}
</style>
background-color css
<style>
a { background-color: #B5703C; }
a { background-color: rgb(181,112,60); }
div.DivClassName
{
background-color: #B5703C;
}
.BgClassName
{
background-color: #B5703C;
}
</style>
border-color css
<style>
span { border-color: #B5703C; }
span { border-color: rgb(181,112,60); }
td.TdClassName
{
border-color: #B5703C;
}
.TagClassName
{
border-color: #B5703C;
}
</style>