Shades of Bourbon #B0683A
Tints of Bourbon #B0683A
RGB
CMYK
RGB Variations
Color information
#B0683A (or 0xB0683A) is known color: Bourbon. HEX triplet: B0, 68 and 3A. RGB value is (176,104,58). Sum of RGB (Red+Green+Blue) = 176+104+58=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B0683A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0683A is #4F97C5. Grayscale: #787878. Windows color (decimal): -5216198 or 3827888. OLE color: 3827888.
HSL color Cylindrical-coordinate representation of color #B0683A: hue angle of 23.39º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B0683A is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 104 | 58 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.31 |
| HSL | 23.39º | 0.5% | 0.46% | - |
| HSV(B) | 23.39º | 0.67% | 0.69% | - |
| XYZ | 23.62 | 19.44 | 6.51 | - |
| YUV | 120.28 | 92.85 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 104 | 58 | 0 | 0.41 | 0.67 | 0.31 | 23.39 | 0.5 | 0.46 |
| Hex | B0 | 68 | 3A | 0 | 29 | 43 | 1F | 17 | 32 | 2E |
| Octal | 260 | 150 | 72 | 0 | 51 | 103 | 37 | 27 | 62 | 56 |
| Binary | 10110000 | 1101000 | 111010 | 0 | 101001 | 1000011 | 11111 | 10111 | 110010 | 101110 |
Color Harmonies of #B0683A
Complementary color
Monochromatic Colors of #B0683A
Black with #B0683A
Text Example
Text Example
White with #B0683A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0683A; }
p { color: rgb(176,104,58); }
H1.HeaderClassName
{
color: #B0683A;
}
.AnyTagClassName
{
color: #B0683A;
}
</style>
background-color css
<style>
a { background-color: #B0683A; }
a { background-color: rgb(176,104,58); }
div.DivClassName
{
background-color: #B0683A;
}
.BgClassName
{
background-color: #B0683A;
}
</style>
border-color css
<style>
span { border-color: #B0683A; }
span { border-color: rgb(176,104,58); }
td.TdClassName
{
border-color: #B0683A;
}
.TagClassName
{
border-color: #B0683A;
}
</style>