Shades of Bourbon #B47145
Tints of Bourbon #B47145
RGB
CMYK
RGB Variations
Color information
#B47145 (or 0xB47145) is known color: Bourbon. HEX triplet: B4, 71 and 45. RGB value is (180,113,69). Sum of RGB (Red+Green+Blue) = 180+113+69=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B47145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47145 is #4B8EBA. Grayscale: #808080. Windows color (decimal): -4951739 or 4551092. OLE color: 4551092.
HSL color Cylindrical-coordinate representation of color #B47145: hue angle of 23.78º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B47145 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 113 | 69 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.29 |
| HSL | 23.78º | 0.45% | 0.49% | - |
| HSV(B) | 23.78º | 0.62% | 0.71% | - |
| XYZ | 25.8 | 21.94 | 8.51 | - |
| YUV | 128.02 | 94.7 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 113 | 69 | 0 | 0.37 | 0.62 | 0.29 | 23.78 | 0.45 | 0.49 |
| Hex | B4 | 71 | 45 | 0 | 25 | 3E | 1D | 18 | 2D | 31 |
| Octal | 264 | 161 | 105 | 0 | 45 | 76 | 35 | 30 | 55 | 61 |
| Binary | 10110100 | 1110001 | 1000101 | 0 | 100101 | 111110 | 11101 | 11000 | 101101 | 110001 |
Color Harmonies of #B47145
Complementary color
Monochromatic Colors of #B47145
Black with #B47145
Text Example
Text Example
White with #B47145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47145; }
p { color: rgb(180,113,69); }
H1.HeaderClassName
{
color: #B47145;
}
.AnyTagClassName
{
color: #B47145;
}
</style>
background-color css
<style>
a { background-color: #B47145; }
a { background-color: rgb(180,113,69); }
div.DivClassName
{
background-color: #B47145;
}
.BgClassName
{
background-color: #B47145;
}
</style>
border-color css
<style>
span { border-color: #B47145; }
span { border-color: rgb(180,113,69); }
td.TdClassName
{
border-color: #B47145;
}
.TagClassName
{
border-color: #B47145;
}
</style>