Shades of Bourbon #B17344
Tints of Bourbon #B17344
RGB
CMYK
RGB Variations
Color information
#B17344 (or 0xB17344) is known color: Bourbon. HEX triplet: B1, 73 and 44. RGB value is (177,115,68). Sum of RGB (Red+Green+Blue) = 177+115+68=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B17344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17344 is #4E8CBB. Grayscale: #808080. Windows color (decimal): -5147836 or 4486065. OLE color: 4486065.
HSL color Cylindrical-coordinate representation of color #B17344: hue angle of 25.87º 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 #B17344 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 115 | 68 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.31 |
| HSL | 25.87º | 0.44% | 0.48% | - |
| HSV(B) | 25.87º | 0.62% | 0.69% | - |
| XYZ | 25.31 | 22.03 | 8.39 | - |
| YUV | 128.18 | 94.04 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 115 | 68 | 0 | 0.35 | 0.62 | 0.31 | 25.87 | 0.44 | 0.48 |
| Hex | B1 | 73 | 44 | 0 | 23 | 3E | 1F | 1A | 2C | 30 |
| Octal | 261 | 163 | 104 | 0 | 43 | 76 | 37 | 32 | 54 | 60 |
| Binary | 10110001 | 1110011 | 1000100 | 0 | 100011 | 111110 | 11111 | 11010 | 101100 | 110000 |
Color Harmonies of #B17344
Complementary color
Monochromatic Colors of #B17344
Black with #B17344
Text Example
Text Example
White with #B17344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17344; }
p { color: rgb(177,115,68); }
H1.HeaderClassName
{
color: #B17344;
}
.AnyTagClassName
{
color: #B17344;
}
</style>
background-color css
<style>
a { background-color: #B17344; }
a { background-color: rgb(177,115,68); }
div.DivClassName
{
background-color: #B17344;
}
.BgClassName
{
background-color: #B17344;
}
</style>
border-color css
<style>
span { border-color: #B17344; }
span { border-color: rgb(177,115,68); }
td.TdClassName
{
border-color: #B17344;
}
.TagClassName
{
border-color: #B17344;
}
</style>