Shades of Bourbon #B77146
Tints of Bourbon #B77146
RGB
CMYK
RGB Variations
Color information
#B77146 (or 0xB77146) is known color: Bourbon. HEX triplet: B7, 71 and 46. RGB value is (183,113,70). Sum of RGB (Red+Green+Blue) = 183+113+70=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 70 (27.73% from 255 or 19.13% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B77146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77146 is #488EB9. Grayscale: #818181. Windows color (decimal): -4755130 or 4616631. OLE color: 4616631.
HSL color Cylindrical-coordinate representation of color #B77146: hue angle of 22.83º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B77146 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 113 | 70 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.28 |
| HSL | 22.83º | 0.45% | 0.5% | - |
| HSV(B) | 22.83º | 0.62% | 0.72% | - |
| XYZ | 26.54 | 22.32 | 8.7 | - |
| YUV | 129.03 | 94.69 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 113 | 70 | 0 | 0.38 | 0.62 | 0.28 | 22.83 | 0.45 | 0.5 |
| Hex | B7 | 71 | 46 | 0 | 26 | 3E | 1C | 17 | 2D | 32 |
| Octal | 267 | 161 | 106 | 0 | 46 | 76 | 34 | 27 | 55 | 62 |
| Binary | 10110111 | 1110001 | 1000110 | 0 | 100110 | 111110 | 11100 | 10111 | 101101 | 110010 |
Color Harmonies of #B77146
Complementary color
Monochromatic Colors of #B77146
Black with #B77146
Text Example
Text Example
White with #B77146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77146; }
p { color: rgb(183,113,70); }
H1.HeaderClassName
{
color: #B77146;
}
.AnyTagClassName
{
color: #B77146;
}
</style>
background-color css
<style>
a { background-color: #B77146; }
a { background-color: rgb(183,113,70); }
div.DivClassName
{
background-color: #B77146;
}
.BgClassName
{
background-color: #B77146;
}
</style>
border-color css
<style>
span { border-color: #B77146; }
span { border-color: rgb(183,113,70); }
td.TdClassName
{
border-color: #B77146;
}
.TagClassName
{
border-color: #B77146;
}
</style>