Shades of Bourbon #B47346
Tints of Bourbon #B47346
RGB
CMYK
RGB Variations
Color information
#B47346 (or 0xB47346) is known color: Bourbon. HEX triplet: B4, 73 and 46. RGB value is (180,115,70). Sum of RGB (Red+Green+Blue) = 180+115+70=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B47346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47346 is #4B8CB9. Grayscale: #818181. Windows color (decimal): -4951226 or 4617140. OLE color: 4617140.
HSL color Cylindrical-coordinate representation of color #B47346: hue angle of 24.55º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B47346 is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 115 | 70 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.29 |
| HSL | 24.55º | 0.44% | 0.49% | - |
| HSV(B) | 24.55º | 0.61% | 0.71% | - |
| XYZ | 26.06 | 22.41 | 8.75 | - |
| YUV | 129.31 | 94.53 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 115 | 70 | 0 | 0.36 | 0.61 | 0.29 | 24.55 | 0.44 | 0.49 |
| Hex | B4 | 73 | 46 | 0 | 24 | 3D | 1D | 19 | 2C | 31 |
| Octal | 264 | 163 | 106 | 0 | 44 | 75 | 35 | 31 | 54 | 61 |
| Binary | 10110100 | 1110011 | 1000110 | 0 | 100100 | 111101 | 11101 | 11001 | 101100 | 110001 |
Color Harmonies of #B47346
Complementary color
Monochromatic Colors of #B47346
Black with #B47346
Text Example
Text Example
White with #B47346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47346; }
p { color: rgb(180,115,70); }
H1.HeaderClassName
{
color: #B47346;
}
.AnyTagClassName
{
color: #B47346;
}
</style>
background-color css
<style>
a { background-color: #B47346; }
a { background-color: rgb(180,115,70); }
div.DivClassName
{
background-color: #B47346;
}
.BgClassName
{
background-color: #B47346;
}
</style>
border-color css
<style>
span { border-color: #B47346; }
span { border-color: rgb(180,115,70); }
td.TdClassName
{
border-color: #B47346;
}
.TagClassName
{
border-color: #B47346;
}
</style>