Shades of Bourbon #B17144
Tints of Bourbon #B17144
RGB
CMYK
RGB Variations
Color information
#B17144 (or 0xB17144) is known color: Bourbon. HEX triplet: B1, 71 and 44. RGB value is (177,113,68). Sum of RGB (Red+Green+Blue) = 177+113+68=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 68 (26.95% from 255 or 18.99% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B17144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17144 is #4E8EBB. Grayscale: #7F7F7F. Windows color (decimal): -5148348 or 4485553. OLE color: 4485553.
HSL color Cylindrical-coordinate representation of color #B17144: hue angle of 24.77º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B17144 is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 113 | 68 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.31 |
| HSL | 24.77º | 0.44% | 0.48% | - |
| HSV(B) | 24.77º | 0.62% | 0.69% | - |
| XYZ | 25.08 | 21.57 | 8.31 | - |
| YUV | 127.01 | 94.7 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 113 | 68 | 0 | 0.36 | 0.62 | 0.31 | 24.77 | 0.44 | 0.48 |
| Hex | B1 | 71 | 44 | 0 | 24 | 3E | 1F | 19 | 2C | 30 |
| Octal | 261 | 161 | 104 | 0 | 44 | 76 | 37 | 31 | 54 | 60 |
| Binary | 10110001 | 1110001 | 1000100 | 0 | 100100 | 111110 | 11111 | 11001 | 101100 | 110000 |
Color Harmonies of #B17144
Complementary color
Monochromatic Colors of #B17144
Black with #B17144
Text Example
Text Example
White with #B17144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17144; }
p { color: rgb(177,113,68); }
H1.HeaderClassName
{
color: #B17144;
}
.AnyTagClassName
{
color: #B17144;
}
</style>
background-color css
<style>
a { background-color: #B17144; }
a { background-color: rgb(177,113,68); }
div.DivClassName
{
background-color: #B17144;
}
.BgClassName
{
background-color: #B17144;
}
</style>
border-color css
<style>
span { border-color: #B17144; }
span { border-color: rgb(177,113,68); }
td.TdClassName
{
border-color: #B17144;
}
.TagClassName
{
border-color: #B17144;
}
</style>