Shades of Bourbon #B17740
Tints of Bourbon #B17740
RGB
CMYK
RGB Variations
Color information
#B17740 (or 0xB17740) is known color: Bourbon. HEX triplet: B1, 77 and 40. RGB value is (177,119,64). Sum of RGB (Red+Green+Blue) = 177+119+64=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B17740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17740 is #4E88BF. Grayscale: #828282. Windows color (decimal): -5146816 or 4224945. OLE color: 4224945.
HSL color Cylindrical-coordinate representation of color #B17740: hue angle of 29.2º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B17740 is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 119 | 64 | - |
| CMYK | 0 | 0.33 | 0.64 | 0.31 |
| HSL | 29.2º | 0.47% | 0.47% | - |
| HSV(B) | 29.2º | 0.64% | 0.69% | - |
| XYZ | 25.65 | 22.91 | 7.92 | - |
| YUV | 130.07 | 90.72 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 119 | 64 | 0 | 0.33 | 0.64 | 0.31 | 29.2 | 0.47 | 0.47 |
| Hex | B1 | 77 | 40 | 0 | 21 | 40 | 1F | 1D | 2F | 2F |
| Octal | 261 | 167 | 100 | 0 | 41 | 100 | 37 | 35 | 57 | 57 |
| Binary | 10110001 | 1110111 | 1000000 | 0 | 100001 | 1000000 | 11111 | 11101 | 101111 | 101111 |
Color Harmonies of #B17740
Complementary color
Monochromatic Colors of #B17740
Black with #B17740
Text Example
Text Example
White with #B17740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17740; }
p { color: rgb(177,119,64); }
H1.HeaderClassName
{
color: #B17740;
}
.AnyTagClassName
{
color: #B17740;
}
</style>
background-color css
<style>
a { background-color: #B17740; }
a { background-color: rgb(177,119,64); }
div.DivClassName
{
background-color: #B17740;
}
.BgClassName
{
background-color: #B17740;
}
</style>
border-color css
<style>
span { border-color: #B17740; }
span { border-color: rgb(177,119,64); }
td.TdClassName
{
border-color: #B17740;
}
.TagClassName
{
border-color: #B17740;
}
</style>