Shades of Bourbon #B47546
Tints of Bourbon #B47546
RGB
CMYK
RGB Variations
Color information
#B47546 (or 0xB47546) is known color: Bourbon. HEX triplet: B4, 75 and 46. RGB value is (180,117,70). Sum of RGB (Red+Green+Blue) = 180+117+70=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B47546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47546 is #4B8AB9. Grayscale: #828282. Windows color (decimal): -4950714 or 4617652. OLE color: 4617652.
HSL color Cylindrical-coordinate representation of color #B47546: hue angle of 25.64º 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 #B47546 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 117 | 70 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.29 |
| HSL | 25.64º | 0.44% | 0.49% | - |
| HSV(B) | 25.64º | 0.61% | 0.71% | - |
| XYZ | 26.29 | 22.87 | 8.82 | - |
| YUV | 130.48 | 93.87 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 117 | 70 | 0 | 0.35 | 0.61 | 0.29 | 25.64 | 0.44 | 0.49 |
| Hex | B4 | 75 | 46 | 0 | 23 | 3D | 1D | 1A | 2C | 31 |
| Octal | 264 | 165 | 106 | 0 | 43 | 75 | 35 | 32 | 54 | 61 |
| Binary | 10110100 | 1110101 | 1000110 | 0 | 100011 | 111101 | 11101 | 11010 | 101100 | 110001 |
Color Harmonies of #B47546
Complementary color
Monochromatic Colors of #B47546
Black with #B47546
Text Example
Text Example
White with #B47546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47546; }
p { color: rgb(180,117,70); }
H1.HeaderClassName
{
color: #B47546;
}
.AnyTagClassName
{
color: #B47546;
}
</style>
background-color css
<style>
a { background-color: #B47546; }
a { background-color: rgb(180,117,70); }
div.DivClassName
{
background-color: #B47546;
}
.BgClassName
{
background-color: #B47546;
}
</style>
border-color css
<style>
span { border-color: #B47546; }
span { border-color: rgb(180,117,70); }
td.TdClassName
{
border-color: #B47546;
}
.TagClassName
{
border-color: #B47546;
}
</style>