Shades of Bourbon #B37747
Tints of Bourbon #B37747
RGB
CMYK
RGB Variations
Color information
#B37747 (or 0xB37747) is known color: Bourbon. HEX triplet: B3, 77 and 47. RGB value is (179,119,71). Sum of RGB (Red+Green+Blue) = 179+119+71=369 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.51% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 179 - color contains mainly: red. Hex color #B37747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37747 is #4C88B8. Grayscale: #838383. Windows color (decimal): -5015737 or 4683699. OLE color: 4683699.
HSL color Cylindrical-coordinate representation of color #B37747: hue angle of 26.67º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B37747 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 119 | 71 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.30 |
| HSL | 26.67º | 0.43% | 0.49% | - |
| HSV(B) | 26.67º | 0.6% | 0.7% | - |
| XYZ | 26.32 | 23.23 | 9.06 | - |
| YUV | 131.47 | 93.88 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 119 | 71 | 0 | 0.34 | 0.60 | 0.30 | 26.67 | 0.43 | 0.49 |
| Hex | B3 | 77 | 47 | 0 | 22 | 3C | 1E | 1B | 2B | 31 |
| Octal | 263 | 167 | 107 | 0 | 42 | 74 | 36 | 33 | 53 | 61 |
| Binary | 10110011 | 1110111 | 1000111 | 0 | 100010 | 111100 | 11110 | 11011 | 101011 | 110001 |
Color Harmonies of #B37747
Complementary color
Monochromatic Colors of #B37747
Black with #B37747
Text Example
Text Example
White with #B37747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37747; }
p { color: rgb(179,119,71); }
H1.HeaderClassName
{
color: #B37747;
}
.AnyTagClassName
{
color: #B37747;
}
</style>
background-color css
<style>
a { background-color: #B37747; }
a { background-color: rgb(179,119,71); }
div.DivClassName
{
background-color: #B37747;
}
.BgClassName
{
background-color: #B37747;
}
</style>
border-color css
<style>
span { border-color: #B37747; }
span { border-color: rgb(179,119,71); }
td.TdClassName
{
border-color: #B37747;
}
.TagClassName
{
border-color: #B37747;
}
</style>