Shades of Bourbon #B9703C
Tints of Bourbon #B9703C
RGB
CMYK
RGB Variations
Color information
#B9703C (or 0xB9703C) is known color: Bourbon. HEX triplet: B9, 70 and 3C. RGB value is (185,112,60). Sum of RGB (Red+Green+Blue) = 185+112+60=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B9703C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9703C is #468FC3. Grayscale: #808080. Windows color (decimal): -4624324 or 3961017. OLE color: 3961017.
HSL color Cylindrical-coordinate representation of color #B9703C: hue angle of 24.96º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B9703C is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 112 | 60 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.27 |
| HSL | 24.96º | 0.51% | 0.48% | - |
| HSV(B) | 24.96º | 0.68% | 0.73% | - |
| XYZ | 26.62 | 22.23 | 7.16 | - |
| YUV | 127.9 | 89.68 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 112 | 60 | 0 | 0.39 | 0.68 | 0.27 | 24.96 | 0.51 | 0.48 |
| Hex | B9 | 70 | 3C | 0 | 27 | 44 | 1B | 19 | 33 | 30 |
| Octal | 271 | 160 | 74 | 0 | 47 | 104 | 33 | 31 | 63 | 60 |
| Binary | 10111001 | 1110000 | 111100 | 0 | 100111 | 1000100 | 11011 | 11001 | 110011 | 110000 |
Color Harmonies of #B9703C
Complementary color
Monochromatic Colors of #B9703C
Black with #B9703C
Text Example
Text Example
White with #B9703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9703C; }
p { color: rgb(185,112,60); }
H1.HeaderClassName
{
color: #B9703C;
}
.AnyTagClassName
{
color: #B9703C;
}
</style>
background-color css
<style>
a { background-color: #B9703C; }
a { background-color: rgb(185,112,60); }
div.DivClassName
{
background-color: #B9703C;
}
.BgClassName
{
background-color: #B9703C;
}
</style>
border-color css
<style>
span { border-color: #B9703C; }
span { border-color: rgb(185,112,60); }
td.TdClassName
{
border-color: #B9703C;
}
.TagClassName
{
border-color: #B9703C;
}
</style>