Shades of Bourbon #B47649
Tints of Bourbon #B47649
RGB
CMYK
RGB Variations
Color information
#B47649 (or 0xB47649) is known color: Bourbon. HEX triplet: B4, 76 and 49. RGB value is (180,118,73). Sum of RGB (Red+Green+Blue) = 180+118+73=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B47649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47649 is #4B89B6. Grayscale: #838383. Windows color (decimal): -4950455 or 4814516. OLE color: 4814516.
HSL color Cylindrical-coordinate representation of color #B47649: hue angle of 25.23º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B47649 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 118 | 73 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.29 |
| HSL | 25.23º | 0.42% | 0.5% | - |
| HSV(B) | 25.23º | 0.59% | 0.71% | - |
| XYZ | 26.5 | 23.14 | 9.37 | - |
| YUV | 131.41 | 95.04 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 118 | 73 | 0 | 0.34 | 0.59 | 0.29 | 25.23 | 0.42 | 0.5 |
| Hex | B4 | 76 | 49 | 0 | 22 | 3B | 1D | 19 | 2A | 32 |
| Octal | 264 | 166 | 111 | 0 | 42 | 73 | 35 | 31 | 52 | 62 |
| Binary | 10110100 | 1110110 | 1001001 | 0 | 100010 | 111011 | 11101 | 11001 | 101010 | 110010 |
Color Harmonies of #B47649
Complementary color
Monochromatic Colors of #B47649
Black with #B47649
Text Example
Text Example
White with #B47649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47649; }
p { color: rgb(180,118,73); }
H1.HeaderClassName
{
color: #B47649;
}
.AnyTagClassName
{
color: #B47649;
}
</style>
background-color css
<style>
a { background-color: #B47649; }
a { background-color: rgb(180,118,73); }
div.DivClassName
{
background-color: #B47649;
}
.BgClassName
{
background-color: #B47649;
}
</style>
border-color css
<style>
span { border-color: #B47649; }
span { border-color: rgb(180,118,73); }
td.TdClassName
{
border-color: #B47649;
}
.TagClassName
{
border-color: #B47649;
}
</style>