Shades of Bourbon #B87343
Tints of Bourbon #B87343
RGB
CMYK
RGB Variations
Color information
#B87343 (or 0xB87343) is known color: Bourbon. HEX triplet: B8, 73 and 43. RGB value is (184,115,67). Sum of RGB (Red+Green+Blue) = 184+115+67=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 67 (26.56% from 255 or 18.31% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B87343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87343 is #478CBC. Grayscale: #828282. Windows color (decimal): -4689085 or 4420536. OLE color: 4420536.
HSL color Cylindrical-coordinate representation of color #B87343: hue angle of 24.62º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B87343 is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 115 | 67 | - |
| CMYK | 0 | 0.38 | 0.64 | 0.28 |
| HSL | 24.62º | 0.47% | 0.49% | - |
| HSV(B) | 24.62º | 0.64% | 0.72% | - |
| XYZ | 26.91 | 22.86 | 8.3 | - |
| YUV | 130.16 | 92.36 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 67 | 0 | 0.38 | 0.64 | 0.28 | 24.62 | 0.47 | 0.49 |
| Hex | B8 | 73 | 43 | 0 | 26 | 40 | 1C | 19 | 2F | 31 |
| Octal | 270 | 163 | 103 | 0 | 46 | 100 | 34 | 31 | 57 | 61 |
| Binary | 10111000 | 1110011 | 1000011 | 0 | 100110 | 1000000 | 11100 | 11001 | 101111 | 110001 |
Color Harmonies of #B87343
Complementary color
Monochromatic Colors of #B87343
Black with #B87343
Text Example
Text Example
White with #B87343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87343; }
p { color: rgb(184,115,67); }
H1.HeaderClassName
{
color: #B87343;
}
.AnyTagClassName
{
color: #B87343;
}
</style>
background-color css
<style>
a { background-color: #B87343; }
a { background-color: rgb(184,115,67); }
div.DivClassName
{
background-color: #B87343;
}
.BgClassName
{
background-color: #B87343;
}
</style>
border-color css
<style>
span { border-color: #B87343; }
span { border-color: rgb(184,115,67); }
td.TdClassName
{
border-color: #B87343;
}
.TagClassName
{
border-color: #B87343;
}
</style>