Shades of Bourbon #B17449
Tints of Bourbon #B17449
RGB
CMYK
RGB Variations
Color information
#B17449 (or 0xB17449) is known color: Bourbon. HEX triplet: B1, 74 and 49. RGB value is (177,116,73). Sum of RGB (Red+Green+Blue) = 177+116+73=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B17449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17449 is #4E8BB6. Grayscale: #818181. Windows color (decimal): -5147575 or 4814001. OLE color: 4814001.
HSL color Cylindrical-coordinate representation of color #B17449: hue angle of 24.81º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B17449 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 116 | 73 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.31 |
| HSL | 24.81º | 0.42% | 0.49% | - |
| HSV(B) | 24.81º | 0.59% | 0.69% | - |
| XYZ | 25.58 | 22.32 | 9.26 | - |
| YUV | 129.34 | 96.21 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 116 | 73 | 0 | 0.34 | 0.59 | 0.31 | 24.81 | 0.42 | 0.49 |
| Hex | B1 | 74 | 49 | 0 | 22 | 3B | 1F | 19 | 2A | 31 |
| Octal | 261 | 164 | 111 | 0 | 42 | 73 | 37 | 31 | 52 | 61 |
| Binary | 10110001 | 1110100 | 1001001 | 0 | 100010 | 111011 | 11111 | 11001 | 101010 | 110001 |
Color Harmonies of #B17449
Complementary color
Monochromatic Colors of #B17449
Black with #B17449
Text Example
Text Example
White with #B17449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17449; }
p { color: rgb(177,116,73); }
H1.HeaderClassName
{
color: #B17449;
}
.AnyTagClassName
{
color: #B17449;
}
</style>
background-color css
<style>
a { background-color: #B17449; }
a { background-color: rgb(177,116,73); }
div.DivClassName
{
background-color: #B17449;
}
.BgClassName
{
background-color: #B17449;
}
</style>
border-color css
<style>
span { border-color: #B17449; }
span { border-color: rgb(177,116,73); }
td.TdClassName
{
border-color: #B17449;
}
.TagClassName
{
border-color: #B17449;
}
</style>