Shades of Bourbon #B47647
Tints of Bourbon #B47647
RGB
CMYK
RGB Variations
Color information
#B47647 (or 0xB47647) is known color: Bourbon. HEX triplet: B4, 76 and 47. RGB value is (180,118,71). Sum of RGB (Red+Green+Blue) = 180+118+71=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B47647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47647 is #4B89B8. Grayscale: #838383. Windows color (decimal): -4950457 or 4683444. OLE color: 4683444.
HSL color Cylindrical-coordinate representation of color #B47647: hue angle of 25.87º degrees, saturation: 0.43, 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 #B47647 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 118 | 71 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.29 |
| HSL | 25.87º | 0.43% | 0.49% | - |
| HSV(B) | 25.87º | 0.61% | 0.71% | - |
| XYZ | 26.44 | 23.12 | 9.03 | - |
| YUV | 131.18 | 94.04 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 118 | 71 | 0 | 0.34 | 0.61 | 0.29 | 25.87 | 0.43 | 0.49 |
| Hex | B4 | 76 | 47 | 0 | 22 | 3D | 1D | 1A | 2B | 31 |
| Octal | 264 | 166 | 107 | 0 | 42 | 75 | 35 | 32 | 53 | 61 |
| Binary | 10110100 | 1110110 | 1000111 | 0 | 100010 | 111101 | 11101 | 11010 | 101011 | 110001 |
Color Harmonies of #B47647
Complementary color
Monochromatic Colors of #B47647
Black with #B47647
Text Example
Text Example
White with #B47647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47647; }
p { color: rgb(180,118,71); }
H1.HeaderClassName
{
color: #B47647;
}
.AnyTagClassName
{
color: #B47647;
}
</style>
background-color css
<style>
a { background-color: #B47647; }
a { background-color: rgb(180,118,71); }
div.DivClassName
{
background-color: #B47647;
}
.BgClassName
{
background-color: #B47647;
}
</style>
border-color css
<style>
span { border-color: #B47647; }
span { border-color: rgb(180,118,71); }
td.TdClassName
{
border-color: #B47647;
}
.TagClassName
{
border-color: #B47647;
}
</style>