Shades of Bourbon #B0683E
Tints of Bourbon #B0683E
RGB
CMYK
RGB Variations
Color information
#B0683E (or 0xB0683E) is known color: Bourbon. HEX triplet: B0, 68 and 3E. RGB value is (176,104,62). Sum of RGB (Red+Green+Blue) = 176+104+62=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B0683E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0683E is #4F97C1. Grayscale: #787878. Windows color (decimal): -5216194 or 4090032. OLE color: 4090032.
HSL color Cylindrical-coordinate representation of color #B0683E: hue angle of 22.11º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0683E is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 104 | 62 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.31 |
| HSL | 22.11º | 0.48% | 0.47% | - |
| HSV(B) | 22.11º | 0.65% | 0.69% | - |
| XYZ | 23.72 | 19.48 | 7.07 | - |
| YUV | 120.74 | 94.85 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 104 | 62 | 0 | 0.41 | 0.65 | 0.31 | 22.11 | 0.48 | 0.47 |
| Hex | B0 | 68 | 3E | 0 | 29 | 41 | 1F | 16 | 30 | 2F |
| Octal | 260 | 150 | 76 | 0 | 51 | 101 | 37 | 26 | 60 | 57 |
| Binary | 10110000 | 1101000 | 111110 | 0 | 101001 | 1000001 | 11111 | 10110 | 110000 | 101111 |
Color Harmonies of #B0683E
Complementary color
Monochromatic Colors of #B0683E
Black with #B0683E
Text Example
Text Example
White with #B0683E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0683E; }
p { color: rgb(176,104,62); }
H1.HeaderClassName
{
color: #B0683E;
}
.AnyTagClassName
{
color: #B0683E;
}
</style>
background-color css
<style>
a { background-color: #B0683E; }
a { background-color: rgb(176,104,62); }
div.DivClassName
{
background-color: #B0683E;
}
.BgClassName
{
background-color: #B0683E;
}
</style>
border-color css
<style>
span { border-color: #B0683E; }
span { border-color: rgb(176,104,62); }
td.TdClassName
{
border-color: #B0683E;
}
.TagClassName
{
border-color: #B0683E;
}
</style>