Shades of Bourbon #B8734C
Tints of Bourbon #B8734C
RGB
CMYK
RGB Variations
Color information
#B8734C (or 0xB8734C) is known color: Bourbon. HEX triplet: B8, 73 and 4C. RGB value is (184,115,76). Sum of RGB (Red+Green+Blue) = 184+115+76=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B8734C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8734C is #478CB3. Grayscale: #838383. Windows color (decimal): -4689076 or 5010360. OLE color: 5010360.
HSL color Cylindrical-coordinate representation of color #B8734C: hue angle of 21.67º 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 #B8734C is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 115 | 76 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.28 |
| HSL | 21.67º | 0.43% | 0.51% | - |
| HSV(B) | 21.67º | 0.59% | 0.72% | - |
| XYZ | 27.2 | 22.97 | 9.84 | - |
| YUV | 131.19 | 96.86 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 76 | 0 | 0.38 | 0.59 | 0.28 | 21.67 | 0.43 | 0.51 |
| Hex | B8 | 73 | 4C | 0 | 26 | 3B | 1C | 16 | 2B | 33 |
| Octal | 270 | 163 | 114 | 0 | 46 | 73 | 34 | 26 | 53 | 63 |
| Binary | 10111000 | 1110011 | 1001100 | 0 | 100110 | 111011 | 11100 | 10110 | 101011 | 110011 |
Color Harmonies of #B8734C
Complementary color
Monochromatic Colors of #B8734C
Black with #B8734C
Text Example
Text Example
White with #B8734C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8734C; }
p { color: rgb(184,115,76); }
H1.HeaderClassName
{
color: #B8734C;
}
.AnyTagClassName
{
color: #B8734C;
}
</style>
background-color css
<style>
a { background-color: #B8734C; }
a { background-color: rgb(184,115,76); }
div.DivClassName
{
background-color: #B8734C;
}
.BgClassName
{
background-color: #B8734C;
}
</style>
border-color css
<style>
span { border-color: #B8734C; }
span { border-color: rgb(184,115,76); }
td.TdClassName
{
border-color: #B8734C;
}
.TagClassName
{
border-color: #B8734C;
}
</style>