Shades of Bourbon #B8673E
Tints of Bourbon #B8673E
RGB
CMYK
RGB Variations
Color information
#B8673E (or 0xB8673E) is known color: Bourbon. HEX triplet: B8, 67 and 3E. RGB value is (184,103,62). Sum of RGB (Red+Green+Blue) = 184+103+62=349 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.72% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 62 (24.61% from 255 or 17.77% from 349); Max value from RGB is 184 - color contains mainly: red. Hex color #B8673E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8673E is #4798C1. Grayscale: #7A7A7A. Windows color (decimal): -4692162 or 4089784. OLE color: 4089784.
HSL color Cylindrical-coordinate representation of color #B8673E: hue angle of 20.16º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B8673E is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 103 | 62 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.28 |
| HSL | 20.16º | 0.5% | 0.48% | - |
| HSV(B) | 20.16º | 0.66% | 0.72% | - |
| XYZ | 25.49 | 20.24 | 7.12 | - |
| YUV | 122.55 | 93.84 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 103 | 62 | 0 | 0.44 | 0.66 | 0.28 | 20.16 | 0.5 | 0.48 |
| Hex | B8 | 67 | 3E | 0 | 2C | 42 | 1C | 14 | 32 | 30 |
| Octal | 270 | 147 | 76 | 0 | 54 | 102 | 34 | 24 | 62 | 60 |
| Binary | 10111000 | 1100111 | 111110 | 0 | 101100 | 1000010 | 11100 | 10100 | 110010 | 110000 |
Color Harmonies of #B8673E
Complementary color
Monochromatic Colors of #B8673E
Black with #B8673E
Text Example
Text Example
White with #B8673E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8673E; }
p { color: rgb(184,103,62); }
H1.HeaderClassName
{
color: #B8673E;
}
.AnyTagClassName
{
color: #B8673E;
}
</style>
background-color css
<style>
a { background-color: #B8673E; }
a { background-color: rgb(184,103,62); }
div.DivClassName
{
background-color: #B8673E;
}
.BgClassName
{
background-color: #B8673E;
}
</style>
border-color css
<style>
span { border-color: #B8673E; }
span { border-color: rgb(184,103,62); }
td.TdClassName
{
border-color: #B8673E;
}
.TagClassName
{
border-color: #B8673E;
}
</style>