Shades of Bourbon #B17545
Tints of Bourbon #B17545
RGB
CMYK
RGB Variations
Color information
#B17545 (or 0xB17545) is known color: Bourbon. HEX triplet: B1, 75 and 45. RGB value is (177,117,69). Sum of RGB (Red+Green+Blue) = 177+117+69=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B17545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17545 is #4E8ABA. Grayscale: #818181. Windows color (decimal): -5147323 or 4552113. OLE color: 4552113.
HSL color Cylindrical-coordinate representation of color #B17545: hue angle of 26.67º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B17545 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 117 | 69 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.31 |
| HSL | 26.67º | 0.44% | 0.48% | - |
| HSV(B) | 26.67º | 0.61% | 0.69% | - |
| XYZ | 25.57 | 22.5 | 8.63 | - |
| YUV | 129.47 | 93.88 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 117 | 69 | 0 | 0.34 | 0.61 | 0.31 | 26.67 | 0.44 | 0.48 |
| Hex | B1 | 75 | 45 | 0 | 22 | 3D | 1F | 1B | 2C | 30 |
| Octal | 261 | 165 | 105 | 0 | 42 | 75 | 37 | 33 | 54 | 60 |
| Binary | 10110001 | 1110101 | 1000101 | 0 | 100010 | 111101 | 11111 | 11011 | 101100 | 110000 |
Color Harmonies of #B17545
Complementary color
Monochromatic Colors of #B17545
Black with #B17545
Text Example
Text Example
White with #B17545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17545; }
p { color: rgb(177,117,69); }
H1.HeaderClassName
{
color: #B17545;
}
.AnyTagClassName
{
color: #B17545;
}
</style>
background-color css
<style>
a { background-color: #B17545; }
a { background-color: rgb(177,117,69); }
div.DivClassName
{
background-color: #B17545;
}
.BgClassName
{
background-color: #B17545;
}
</style>
border-color css
<style>
span { border-color: #B17545; }
span { border-color: rgb(177,117,69); }
td.TdClassName
{
border-color: #B17545;
}
.TagClassName
{
border-color: #B17545;
}
</style>