Shades of Bourbon #B9683F
Tints of Bourbon #B9683F
RGB
CMYK
RGB Variations
Color information
#B9683F (or 0xB9683F) is known color: Bourbon. HEX triplet: B9, 68 and 3F. RGB value is (185,104,63). Sum of RGB (Red+Green+Blue) = 185+104+63=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B9683F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9683F is #4697C0. Grayscale: #7B7B7B. Windows color (decimal): -4626369 or 4155577. OLE color: 4155577.
HSL color Cylindrical-coordinate representation of color #B9683F: hue angle of 20.16º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B9683F is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 104 | 63 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.27 |
| HSL | 20.16º | 0.49% | 0.49% | - |
| HSV(B) | 20.16º | 0.66% | 0.73% | - |
| XYZ | 25.86 | 20.57 | 7.31 | - |
| YUV | 123.55 | 93.84 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 104 | 63 | 0 | 0.44 | 0.66 | 0.27 | 20.16 | 0.49 | 0.49 |
| Hex | B9 | 68 | 3F | 0 | 2C | 42 | 1B | 14 | 31 | 31 |
| Octal | 271 | 150 | 77 | 0 | 54 | 102 | 33 | 24 | 61 | 61 |
| Binary | 10111001 | 1101000 | 111111 | 0 | 101100 | 1000010 | 11011 | 10100 | 110001 | 110001 |
Color Harmonies of #B9683F
Complementary color
Monochromatic Colors of #B9683F
Black with #B9683F
Text Example
Text Example
White with #B9683F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9683F; }
p { color: rgb(185,104,63); }
H1.HeaderClassName
{
color: #B9683F;
}
.AnyTagClassName
{
color: #B9683F;
}
</style>
background-color css
<style>
a { background-color: #B9683F; }
a { background-color: rgb(185,104,63); }
div.DivClassName
{
background-color: #B9683F;
}
.BgClassName
{
background-color: #B9683F;
}
</style>
border-color css
<style>
span { border-color: #B9683F; }
span { border-color: rgb(185,104,63); }
td.TdClassName
{
border-color: #B9683F;
}
.TagClassName
{
border-color: #B9683F;
}
</style>