Shades of Bourbon #B8704B
Tints of Bourbon #B8704B
RGB
CMYK
RGB Variations
Color information
#B8704B (or 0xB8704B) is known color: Bourbon. HEX triplet: B8, 70 and 4B. RGB value is (184,112,75). Sum of RGB (Red+Green+Blue) = 184+112+75=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B8704B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8704B is #478FB4. Grayscale: #818181. Windows color (decimal): -4689845 or 4944056. OLE color: 4944056.
HSL color Cylindrical-coordinate representation of color #B8704B: hue angle of 20.37º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B8704B is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 112 | 75 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.28 |
| HSL | 20.37º | 0.43% | 0.51% | - |
| HSV(B) | 20.37º | 0.59% | 0.72% | - |
| XYZ | 26.83 | 22.29 | 9.54 | - |
| YUV | 129.31 | 97.35 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 112 | 75 | 0 | 0.39 | 0.59 | 0.28 | 20.37 | 0.43 | 0.51 |
| Hex | B8 | 70 | 4B | 0 | 27 | 3B | 1C | 14 | 2B | 33 |
| Octal | 270 | 160 | 113 | 0 | 47 | 73 | 34 | 24 | 53 | 63 |
| Binary | 10111000 | 1110000 | 1001011 | 0 | 100111 | 111011 | 11100 | 10100 | 101011 | 110011 |
Color Harmonies of #B8704B
Complementary color
Monochromatic Colors of #B8704B
Black with #B8704B
Text Example
Text Example
White with #B8704B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8704B; }
p { color: rgb(184,112,75); }
H1.HeaderClassName
{
color: #B8704B;
}
.AnyTagClassName
{
color: #B8704B;
}
</style>
background-color css
<style>
a { background-color: #B8704B; }
a { background-color: rgb(184,112,75); }
div.DivClassName
{
background-color: #B8704B;
}
.BgClassName
{
background-color: #B8704B;
}
</style>
border-color css
<style>
span { border-color: #B8704B; }
span { border-color: rgb(184,112,75); }
td.TdClassName
{
border-color: #B8704B;
}
.TagClassName
{
border-color: #B8704B;
}
</style>