Shades of Bourbon #B1753F
Tints of Bourbon #B1753F
RGB
CMYK
RGB Variations
Color information
#B1753F (or 0xB1753F) is known color: Bourbon. HEX triplet: B1, 75 and 3F. RGB value is (177,117,63). Sum of RGB (Red+Green+Blue) = 177+117+63=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B1753F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1753F is #4E8AC0. Grayscale: #818181. Windows color (decimal): -5147329 or 4158897. OLE color: 4158897.
HSL color Cylindrical-coordinate representation of color #B1753F: hue angle of 28.42º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B1753F is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 117 | 63 | - |
| CMYK | 0 | 0.34 | 0.64 | 0.31 |
| HSL | 28.42º | 0.48% | 0.47% | - |
| HSV(B) | 28.42º | 0.64% | 0.69% | - |
| XYZ | 25.39 | 22.43 | 7.69 | - |
| YUV | 128.78 | 90.88 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 117 | 63 | 0 | 0.34 | 0.64 | 0.31 | 28.42 | 0.48 | 0.47 |
| Hex | B1 | 75 | 3F | 0 | 22 | 40 | 1F | 1C | 30 | 2F |
| Octal | 261 | 165 | 77 | 0 | 42 | 100 | 37 | 34 | 60 | 57 |
| Binary | 10110001 | 1110101 | 111111 | 0 | 100010 | 1000000 | 11111 | 11100 | 110000 | 101111 |
Color Harmonies of #B1753F
Complementary color
Monochromatic Colors of #B1753F
Black with #B1753F
Text Example
Text Example
White with #B1753F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1753F; }
p { color: rgb(177,117,63); }
H1.HeaderClassName
{
color: #B1753F;
}
.AnyTagClassName
{
color: #B1753F;
}
</style>
background-color css
<style>
a { background-color: #B1753F; }
a { background-color: rgb(177,117,63); }
div.DivClassName
{
background-color: #B1753F;
}
.BgClassName
{
background-color: #B1753F;
}
</style>
border-color css
<style>
span { border-color: #B1753F; }
span { border-color: rgb(177,117,63); }
td.TdClassName
{
border-color: #B1753F;
}
.TagClassName
{
border-color: #B1753F;
}
</style>