Shades of Bourbon #B9703E
Tints of Bourbon #B9703E
RGB
CMYK
RGB Variations
Color information
#B9703E (or 0xB9703E) is known color: Bourbon. HEX triplet: B9, 70 and 3E. RGB value is (185,112,62). Sum of RGB (Red+Green+Blue) = 185+112+62=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 62 (24.61% from 255 or 17.27% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B9703E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9703E is #468FC1. Grayscale: #808080. Windows color (decimal): -4624322 or 4092089. OLE color: 4092089.
HSL color Cylindrical-coordinate representation of color #B9703E: hue angle of 24.39º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B9703E is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 112 | 62 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.27 |
| HSL | 24.39º | 0.5% | 0.48% | - |
| HSV(B) | 24.39º | 0.66% | 0.73% | - |
| XYZ | 26.67 | 22.25 | 7.45 | - |
| YUV | 128.13 | 90.68 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 112 | 62 | 0 | 0.39 | 0.66 | 0.27 | 24.39 | 0.5 | 0.48 |
| Hex | B9 | 70 | 3E | 0 | 27 | 42 | 1B | 18 | 32 | 30 |
| Octal | 271 | 160 | 76 | 0 | 47 | 102 | 33 | 30 | 62 | 60 |
| Binary | 10111001 | 1110000 | 111110 | 0 | 100111 | 1000010 | 11011 | 11000 | 110010 | 110000 |
Color Harmonies of #B9703E
Complementary color
Monochromatic Colors of #B9703E
Black with #B9703E
Text Example
Text Example
White with #B9703E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9703E; }
p { color: rgb(185,112,62); }
H1.HeaderClassName
{
color: #B9703E;
}
.AnyTagClassName
{
color: #B9703E;
}
</style>
background-color css
<style>
a { background-color: #B9703E; }
a { background-color: rgb(185,112,62); }
div.DivClassName
{
background-color: #B9703E;
}
.BgClassName
{
background-color: #B9703E;
}
</style>
border-color css
<style>
span { border-color: #B9703E; }
span { border-color: rgb(185,112,62); }
td.TdClassName
{
border-color: #B9703E;
}
.TagClassName
{
border-color: #B9703E;
}
</style>