Shades of Bourbon #B9703D
Tints of Bourbon #B9703D
RGB
CMYK
RGB Variations
Color information
#B9703D (or 0xB9703D) is known color: Bourbon. HEX triplet: B9, 70 and 3D. RGB value is (185,112,61). Sum of RGB (Red+Green+Blue) = 185+112+61=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B9703D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9703D is #468FC2. Grayscale: #808080. Windows color (decimal): -4624323 or 4026553. OLE color: 4026553.
HSL color Cylindrical-coordinate representation of color #B9703D: hue angle of 24.68º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B9703D is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 112 | 61 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.27 |
| HSL | 24.68º | 0.5% | 0.48% | - |
| HSV(B) | 24.68º | 0.67% | 0.73% | - |
| XYZ | 26.64 | 22.24 | 7.3 | - |
| YUV | 128.01 | 90.18 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 112 | 61 | 0 | 0.39 | 0.67 | 0.27 | 24.68 | 0.5 | 0.48 |
| Hex | B9 | 70 | 3D | 0 | 27 | 43 | 1B | 19 | 32 | 30 |
| Octal | 271 | 160 | 75 | 0 | 47 | 103 | 33 | 31 | 62 | 60 |
| Binary | 10111001 | 1110000 | 111101 | 0 | 100111 | 1000011 | 11011 | 11001 | 110010 | 110000 |
Color Harmonies of #B9703D
Complementary color
Monochromatic Colors of #B9703D
Black with #B9703D
Text Example
Text Example
White with #B9703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9703D; }
p { color: rgb(185,112,61); }
H1.HeaderClassName
{
color: #B9703D;
}
.AnyTagClassName
{
color: #B9703D;
}
</style>
background-color css
<style>
a { background-color: #B9703D; }
a { background-color: rgb(185,112,61); }
div.DivClassName
{
background-color: #B9703D;
}
.BgClassName
{
background-color: #B9703D;
}
</style>
border-color css
<style>
span { border-color: #B9703D; }
span { border-color: rgb(185,112,61); }
td.TdClassName
{
border-color: #B9703D;
}
.TagClassName
{
border-color: #B9703D;
}
</style>