Shades of Bourbon #B87342
Tints of Bourbon #B87342
RGB
CMYK
RGB Variations
Color information
#B87342 (or 0xB87342) is known color: Bourbon. HEX triplet: B8, 73 and 42. RGB value is (184,115,66). Sum of RGB (Red+Green+Blue) = 184+115+66=365 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.41% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 184 - color contains mainly: red. Hex color #B87342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87342 is #478CBD. Grayscale: #828282. Windows color (decimal): -4689086 or 4355000. OLE color: 4355000.
HSL color Cylindrical-coordinate representation of color #B87342: hue angle of 24.92º 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 #B87342 is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 115 | 66 | - |
| CMYK | 0 | 0.38 | 0.64 | 0.28 |
| HSL | 24.92º | 0.47% | 0.49% | - |
| HSV(B) | 24.92º | 0.64% | 0.72% | - |
| XYZ | 26.88 | 22.85 | 8.15 | - |
| YUV | 130.05 | 91.86 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 66 | 0 | 0.38 | 0.64 | 0.28 | 24.92 | 0.47 | 0.49 |
| Hex | B8 | 73 | 42 | 0 | 26 | 40 | 1C | 19 | 2F | 31 |
| Octal | 270 | 163 | 102 | 0 | 46 | 100 | 34 | 31 | 57 | 61 |
| Binary | 10111000 | 1110011 | 1000010 | 0 | 100110 | 1000000 | 11100 | 11001 | 101111 | 110001 |
Color Harmonies of #B87342
Complementary color
Monochromatic Colors of #B87342
Black with #B87342
Text Example
Text Example
White with #B87342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87342; }
p { color: rgb(184,115,66); }
H1.HeaderClassName
{
color: #B87342;
}
.AnyTagClassName
{
color: #B87342;
}
</style>
background-color css
<style>
a { background-color: #B87342; }
a { background-color: rgb(184,115,66); }
div.DivClassName
{
background-color: #B87342;
}
.BgClassName
{
background-color: #B87342;
}
</style>
border-color css
<style>
span { border-color: #B87342; }
span { border-color: rgb(184,115,66); }
td.TdClassName
{
border-color: #B87342;
}
.TagClassName
{
border-color: #B87342;
}
</style>