Shades of Bourbon #B0683B
Tints of Bourbon #B0683B
RGB
CMYK
RGB Variations
Color information
#B0683B (or 0xB0683B) is known color: Bourbon. HEX triplet: B0, 68 and 3B. RGB value is (176,104,59). Sum of RGB (Red+Green+Blue) = 176+104+59=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B0683B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0683B is #4F97C4. Grayscale: #787878. Windows color (decimal): -5216197 or 3893424. OLE color: 3893424.
HSL color Cylindrical-coordinate representation of color #B0683B: hue angle of 23.08º 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 #B0683B is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 104 | 59 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.31 |
| HSL | 23.08º | 0.5% | 0.46% | - |
| HSV(B) | 23.08º | 0.66% | 0.69% | - |
| XYZ | 23.64 | 19.45 | 6.65 | - |
| YUV | 120.4 | 93.35 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 104 | 59 | 0 | 0.41 | 0.66 | 0.31 | 23.08 | 0.5 | 0.46 |
| Hex | B0 | 68 | 3B | 0 | 29 | 42 | 1F | 17 | 32 | 2E |
| Octal | 260 | 150 | 73 | 0 | 51 | 102 | 37 | 27 | 62 | 56 |
| Binary | 10110000 | 1101000 | 111011 | 0 | 101001 | 1000010 | 11111 | 10111 | 110010 | 101110 |
Color Harmonies of #B0683B
Complementary color
Monochromatic Colors of #B0683B
Black with #B0683B
Text Example
Text Example
White with #B0683B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0683B; }
p { color: rgb(176,104,59); }
H1.HeaderClassName
{
color: #B0683B;
}
.AnyTagClassName
{
color: #B0683B;
}
</style>
background-color css
<style>
a { background-color: #B0683B; }
a { background-color: rgb(176,104,59); }
div.DivClassName
{
background-color: #B0683B;
}
.BgClassName
{
background-color: #B0683B;
}
</style>
border-color css
<style>
span { border-color: #B0683B; }
span { border-color: rgb(176,104,59); }
td.TdClassName
{
border-color: #B0683B;
}
.TagClassName
{
border-color: #B0683B;
}
</style>