Shades of Bourbon #B17542
Tints of Bourbon #B17542
RGB
CMYK
RGB Variations
Color information
#B17542 (or 0xB17542) is known color: Bourbon. HEX triplet: B1, 75 and 42. RGB value is (177,117,66). Sum of RGB (Red+Green+Blue) = 177+117+66=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B17542 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17542 is #4E8ABD. Grayscale: #818181. Windows color (decimal): -5147326 or 4355505. OLE color: 4355505.
HSL color Cylindrical-coordinate representation of color #B17542: hue angle of 27.57º 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 #B17542 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 117 | 66 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.31 |
| HSL | 27.57º | 0.46% | 0.48% | - |
| HSV(B) | 27.57º | 0.63% | 0.69% | - |
| XYZ | 25.48 | 22.46 | 8.15 | - |
| YUV | 129.13 | 92.38 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 117 | 66 | 0 | 0.34 | 0.63 | 0.31 | 27.57 | 0.46 | 0.48 |
| Hex | B1 | 75 | 42 | 0 | 22 | 3F | 1F | 1C | 2E | 30 |
| Octal | 261 | 165 | 102 | 0 | 42 | 77 | 37 | 34 | 56 | 60 |
| Binary | 10110001 | 1110101 | 1000010 | 0 | 100010 | 111111 | 11111 | 11100 | 101110 | 110000 |
Color Harmonies of #B17542
Complementary color
Monochromatic Colors of #B17542
Black with #B17542
Text Example
Text Example
White with #B17542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17542; }
p { color: rgb(177,117,66); }
H1.HeaderClassName
{
color: #B17542;
}
.AnyTagClassName
{
color: #B17542;
}
</style>
background-color css
<style>
a { background-color: #B17542; }
a { background-color: rgb(177,117,66); }
div.DivClassName
{
background-color: #B17542;
}
.BgClassName
{
background-color: #B17542;
}
</style>
border-color css
<style>
span { border-color: #B17542; }
span { border-color: rgb(177,117,66); }
td.TdClassName
{
border-color: #B17542;
}
.TagClassName
{
border-color: #B17542;
}
</style>