Shades of Bourbon #B9703F
Tints of Bourbon #B9703F
RGB
CMYK
RGB Variations
Color information
#B9703F (or 0xB9703F) is known color: Bourbon. HEX triplet: B9, 70 and 3F. RGB value is (185,112,63). Sum of RGB (Red+Green+Blue) = 185+112+63=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B9703F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9703F is #468FC0. Grayscale: #808080. Windows color (decimal): -4624321 or 4157625. OLE color: 4157625.
HSL color Cylindrical-coordinate representation of color #B9703F: hue angle of 24.1º 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 #B9703F is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 112 | 63 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.27 |
| HSL | 24.1º | 0.49% | 0.49% | - |
| HSV(B) | 24.1º | 0.66% | 0.73% | - |
| XYZ | 26.7 | 22.26 | 7.59 | - |
| YUV | 128.24 | 91.18 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 112 | 63 | 0 | 0.39 | 0.66 | 0.27 | 24.1 | 0.49 | 0.49 |
| Hex | B9 | 70 | 3F | 0 | 27 | 42 | 1B | 18 | 31 | 31 |
| Octal | 271 | 160 | 77 | 0 | 47 | 102 | 33 | 30 | 61 | 61 |
| Binary | 10111001 | 1110000 | 111111 | 0 | 100111 | 1000010 | 11011 | 11000 | 110001 | 110001 |
Color Harmonies of #B9703F
Complementary color
Monochromatic Colors of #B9703F
Black with #B9703F
Text Example
Text Example
White with #B9703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9703F; }
p { color: rgb(185,112,63); }
H1.HeaderClassName
{
color: #B9703F;
}
.AnyTagClassName
{
color: #B9703F;
}
</style>
background-color css
<style>
a { background-color: #B9703F; }
a { background-color: rgb(185,112,63); }
div.DivClassName
{
background-color: #B9703F;
}
.BgClassName
{
background-color: #B9703F;
}
</style>
border-color css
<style>
span { border-color: #B9703F; }
span { border-color: rgb(185,112,63); }
td.TdClassName
{
border-color: #B9703F;
}
.TagClassName
{
border-color: #B9703F;
}
</style>