Shades of Bourbon #B8703D
Tints of Bourbon #B8703D
RGB
CMYK
RGB Variations
Color information
#B8703D (or 0xB8703D) is known color: Bourbon. HEX triplet: B8, 70 and 3D. RGB value is (184,112,61). Sum of RGB (Red+Green+Blue) = 184+112+61=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B8703D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8703D is #478FC2. Grayscale: #7F7F7F. Windows color (decimal): -4689859 or 4026552. OLE color: 4026552.
HSL color Cylindrical-coordinate representation of color #B8703D: hue angle of 24.88º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B8703D is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 112 | 61 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.28 |
| HSL | 24.88º | 0.5% | 0.48% | - |
| HSV(B) | 24.88º | 0.67% | 0.72% | - |
| XYZ | 26.4 | 22.12 | 7.29 | - |
| YUV | 127.71 | 90.35 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 112 | 61 | 0 | 0.39 | 0.67 | 0.28 | 24.88 | 0.5 | 0.48 |
| Hex | B8 | 70 | 3D | 0 | 27 | 43 | 1C | 19 | 32 | 30 |
| Octal | 270 | 160 | 75 | 0 | 47 | 103 | 34 | 31 | 62 | 60 |
| Binary | 10111000 | 1110000 | 111101 | 0 | 100111 | 1000011 | 11100 | 11001 | 110010 | 110000 |
Color Harmonies of #B8703D
Complementary color
Monochromatic Colors of #B8703D
Black with #B8703D
Text Example
Text Example
White with #B8703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8703D; }
p { color: rgb(184,112,61); }
H1.HeaderClassName
{
color: #B8703D;
}
.AnyTagClassName
{
color: #B8703D;
}
</style>
background-color css
<style>
a { background-color: #B8703D; }
a { background-color: rgb(184,112,61); }
div.DivClassName
{
background-color: #B8703D;
}
.BgClassName
{
background-color: #B8703D;
}
</style>
border-color css
<style>
span { border-color: #B8703D; }
span { border-color: rgb(184,112,61); }
td.TdClassName
{
border-color: #B8703D;
}
.TagClassName
{
border-color: #B8703D;
}
</style>