Shades of Bourbon #B0703B
Tints of Bourbon #B0703B
RGB
CMYK
RGB Variations
Color information
#B0703B (or 0xB0703B) is known color: Bourbon. HEX triplet: B0, 70 and 3B. RGB value is (176,112,59). Sum of RGB (Red+Green+Blue) = 176+112+59=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 59 (23.44% from 255 or 17.00% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B0703B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0703B is #4F8FC4. Grayscale: #7D7D7D. Windows color (decimal): -5214149 or 3895472. OLE color: 3895472.
HSL color Cylindrical-coordinate representation of color #B0703B: hue angle of 27.18º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B0703B is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 112 | 59 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.31 |
| HSL | 27.18º | 0.5% | 0.46% | - |
| HSV(B) | 27.18º | 0.66% | 0.69% | - |
| XYZ | 24.49 | 21.13 | 6.93 | - |
| YUV | 125.09 | 90.7 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 59 | 0 | 0.36 | 0.66 | 0.31 | 27.18 | 0.5 | 0.46 |
| Hex | B0 | 70 | 3B | 0 | 24 | 42 | 1F | 1B | 32 | 2E |
| Octal | 260 | 160 | 73 | 0 | 44 | 102 | 37 | 33 | 62 | 56 |
| Binary | 10110000 | 1110000 | 111011 | 0 | 100100 | 1000010 | 11111 | 11011 | 110010 | 101110 |
Color Harmonies of #B0703B
Complementary color
Monochromatic Colors of #B0703B
Black with #B0703B
Text Example
Text Example
White with #B0703B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0703B; }
p { color: rgb(176,112,59); }
H1.HeaderClassName
{
color: #B0703B;
}
.AnyTagClassName
{
color: #B0703B;
}
</style>
background-color css
<style>
a { background-color: #B0703B; }
a { background-color: rgb(176,112,59); }
div.DivClassName
{
background-color: #B0703B;
}
.BgClassName
{
background-color: #B0703B;
}
</style>
border-color css
<style>
span { border-color: #B0703B; }
span { border-color: rgb(176,112,59); }
td.TdClassName
{
border-color: #B0703B;
}
.TagClassName
{
border-color: #B0703B;
}
</style>