Shades of Bourbon #B87341
Tints of Bourbon #B87341
RGB
CMYK
RGB Variations
Color information
#B87341 (or 0xB87341) is known color: Bourbon. HEX triplet: B8, 73 and 41. RGB value is (184,115,65). Sum of RGB (Red+Green+Blue) = 184+115+65=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B87341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87341 is #478CBE. Grayscale: #828282. Windows color (decimal): -4689087 or 4289464. OLE color: 4289464.
HSL color Cylindrical-coordinate representation of color #B87341: hue angle of 25.21º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B87341 is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 115 | 65 | - |
| CMYK | 0 | 0.38 | 0.65 | 0.28 |
| HSL | 25.21º | 0.48% | 0.49% | - |
| HSV(B) | 25.21º | 0.65% | 0.72% | - |
| XYZ | 26.85 | 22.83 | 7.99 | - |
| YUV | 129.93 | 91.36 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 65 | 0 | 0.38 | 0.65 | 0.28 | 25.21 | 0.48 | 0.49 |
| Hex | B8 | 73 | 41 | 0 | 26 | 41 | 1C | 19 | 30 | 31 |
| Octal | 270 | 163 | 101 | 0 | 46 | 101 | 34 | 31 | 60 | 61 |
| Binary | 10111000 | 1110011 | 1000001 | 0 | 100110 | 1000001 | 11100 | 11001 | 110000 | 110001 |
Color Harmonies of #B87341
Complementary color
Monochromatic Colors of #B87341
Black with #B87341
Text Example
Text Example
White with #B87341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87341; }
p { color: rgb(184,115,65); }
H1.HeaderClassName
{
color: #B87341;
}
.AnyTagClassName
{
color: #B87341;
}
</style>
background-color css
<style>
a { background-color: #B87341; }
a { background-color: rgb(184,115,65); }
div.DivClassName
{
background-color: #B87341;
}
.BgClassName
{
background-color: #B87341;
}
</style>
border-color css
<style>
span { border-color: #B87341; }
span { border-color: rgb(184,115,65); }
td.TdClassName
{
border-color: #B87341;
}
.TagClassName
{
border-color: #B87341;
}
</style>