Shades of Bourbon #B17342
Tints of Bourbon #B17342
RGB
CMYK
RGB Variations
Color information
#B17342 (or 0xB17342) is known color: Bourbon. HEX triplet: B1, 73 and 42. RGB value is (177,115,66). Sum of RGB (Red+Green+Blue) = 177+115+66=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B17342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17342 is #4E8CBD. Grayscale: #808080. Windows color (decimal): -5147838 or 4354993. OLE color: 4354993.
HSL color Cylindrical-coordinate representation of color #B17342: hue angle of 26.49º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B17342 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 115 | 66 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.31 |
| HSL | 26.49º | 0.46% | 0.48% | - |
| HSV(B) | 26.49º | 0.63% | 0.69% | - |
| XYZ | 25.25 | 22 | 8.07 | - |
| YUV | 127.95 | 93.04 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 115 | 66 | 0 | 0.35 | 0.63 | 0.31 | 26.49 | 0.46 | 0.48 |
| Hex | B1 | 73 | 42 | 0 | 23 | 3F | 1F | 1A | 2E | 30 |
| Octal | 261 | 163 | 102 | 0 | 43 | 77 | 37 | 32 | 56 | 60 |
| Binary | 10110001 | 1110011 | 1000010 | 0 | 100011 | 111111 | 11111 | 11010 | 101110 | 110000 |
Color Harmonies of #B17342
Complementary color
Monochromatic Colors of #B17342
Black with #B17342
Text Example
Text Example
White with #B17342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17342; }
p { color: rgb(177,115,66); }
H1.HeaderClassName
{
color: #B17342;
}
.AnyTagClassName
{
color: #B17342;
}
</style>
background-color css
<style>
a { background-color: #B17342; }
a { background-color: rgb(177,115,66); }
div.DivClassName
{
background-color: #B17342;
}
.BgClassName
{
background-color: #B17342;
}
</style>
border-color css
<style>
span { border-color: #B17342; }
span { border-color: rgb(177,115,66); }
td.TdClassName
{
border-color: #B17342;
}
.TagClassName
{
border-color: #B17342;
}
</style>