Shades of Bourbon #B8683C
Tints of Bourbon #B8683C
RGB
CMYK
RGB Variations
Color information
#B8683C (or 0xB8683C) is known color: Bourbon. HEX triplet: B8, 68 and 3C. RGB value is (184,104,60). Sum of RGB (Red+Green+Blue) = 184+104+60=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B8683C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8683C is #4797C3. Grayscale: #7B7B7B. Windows color (decimal): -4691908 or 3958968. OLE color: 3958968.
HSL color Cylindrical-coordinate representation of color #B8683C: hue angle of 21.29º 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 #B8683C is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 104 | 60 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.28 |
| HSL | 21.29º | 0.51% | 0.48% | - |
| HSV(B) | 21.29º | 0.67% | 0.72% | - |
| XYZ | 25.53 | 20.42 | 6.87 | - |
| YUV | 122.9 | 92.5 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 104 | 60 | 0 | 0.43 | 0.67 | 0.28 | 21.29 | 0.51 | 0.48 |
| Hex | B8 | 68 | 3C | 0 | 2B | 43 | 1C | 15 | 33 | 30 |
| Octal | 270 | 150 | 74 | 0 | 53 | 103 | 34 | 25 | 63 | 60 |
| Binary | 10111000 | 1101000 | 111100 | 0 | 101011 | 1000011 | 11100 | 10101 | 110011 | 110000 |
Color Harmonies of #B8683C
Complementary color
Monochromatic Colors of #B8683C
Black with #B8683C
Text Example
Text Example
White with #B8683C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8683C; }
p { color: rgb(184,104,60); }
H1.HeaderClassName
{
color: #B8683C;
}
.AnyTagClassName
{
color: #B8683C;
}
</style>
background-color css
<style>
a { background-color: #B8683C; }
a { background-color: rgb(184,104,60); }
div.DivClassName
{
background-color: #B8683C;
}
.BgClassName
{
background-color: #B8683C;
}
</style>
border-color css
<style>
span { border-color: #B8683C; }
span { border-color: rgb(184,104,60); }
td.TdClassName
{
border-color: #B8683C;
}
.TagClassName
{
border-color: #B8683C;
}
</style>