Shades of Bourbon #B8733C
Tints of Bourbon #B8733C
RGB
CMYK
RGB Variations
Color information
#B8733C (or 0xB8733C) is known color: Bourbon. HEX triplet: B8, 73 and 3C. RGB value is (184,115,60). Sum of RGB (Red+Green+Blue) = 184+115+60=359 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.25% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 184 - color contains mainly: red. Hex color #B8733C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8733C is #478CC3. Grayscale: #818181. Windows color (decimal): -4689092 or 3961784. OLE color: 3961784.
HSL color Cylindrical-coordinate representation of color #B8733C: hue angle of 26.61º degrees, saturation: 0.51, 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 #B8733C is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 115 | 60 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.28 |
| HSL | 26.61º | 0.51% | 0.48% | - |
| HSV(B) | 26.61º | 0.67% | 0.72% | - |
| XYZ | 26.71 | 22.78 | 7.26 | - |
| YUV | 129.36 | 88.86 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 60 | 0 | 0.38 | 0.67 | 0.28 | 26.61 | 0.51 | 0.48 |
| Hex | B8 | 73 | 3C | 0 | 26 | 43 | 1C | 1B | 33 | 30 |
| Octal | 270 | 163 | 74 | 0 | 46 | 103 | 34 | 33 | 63 | 60 |
| Binary | 10111000 | 1110011 | 111100 | 0 | 100110 | 1000011 | 11100 | 11011 | 110011 | 110000 |
Color Harmonies of #B8733C
Complementary color
Monochromatic Colors of #B8733C
Black with #B8733C
Text Example
Text Example
White with #B8733C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8733C; }
p { color: rgb(184,115,60); }
H1.HeaderClassName
{
color: #B8733C;
}
.AnyTagClassName
{
color: #B8733C;
}
</style>
background-color css
<style>
a { background-color: #B8733C; }
a { background-color: rgb(184,115,60); }
div.DivClassName
{
background-color: #B8733C;
}
.BgClassName
{
background-color: #B8733C;
}
</style>
border-color css
<style>
span { border-color: #B8733C; }
span { border-color: rgb(184,115,60); }
td.TdClassName
{
border-color: #B8733C;
}
.TagClassName
{
border-color: #B8733C;
}
</style>