Shades of Bourbon #B1663B
Tints of Bourbon #B1663B
RGB
CMYK
RGB Variations
Color information
#B1663B (or 0xB1663B) is known color: Bourbon. HEX triplet: B1, 66 and 3B. RGB value is (177,102,59). Sum of RGB (Red+Green+Blue) = 177+102+59=338 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.37% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 177 - color contains mainly: red. Hex color #B1663B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1663B is #4E99C4. Grayscale: #777777. Windows color (decimal): -5151173 or 3892913. OLE color: 3892913.
HSL color Cylindrical-coordinate representation of color #B1663B: hue angle of 21.86º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B1663B is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 102 | 59 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.31 |
| HSL | 21.86º | 0.5% | 0.46% | - |
| HSV(B) | 21.86º | 0.67% | 0.69% | - |
| XYZ | 23.67 | 19.17 | 6.59 | - |
| YUV | 119.52 | 93.85 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 102 | 59 | 0 | 0.42 | 0.67 | 0.31 | 21.86 | 0.5 | 0.46 |
| Hex | B1 | 66 | 3B | 0 | 2A | 43 | 1F | 16 | 32 | 2E |
| Octal | 261 | 146 | 73 | 0 | 52 | 103 | 37 | 26 | 62 | 56 |
| Binary | 10110001 | 1100110 | 111011 | 0 | 101010 | 1000011 | 11111 | 10110 | 110010 | 101110 |
Color Harmonies of #B1663B
Complementary color
Monochromatic Colors of #B1663B
Black with #B1663B
Text Example
Text Example
White with #B1663B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1663B; }
p { color: rgb(177,102,59); }
H1.HeaderClassName
{
color: #B1663B;
}
.AnyTagClassName
{
color: #B1663B;
}
</style>
background-color css
<style>
a { background-color: #B1663B; }
a { background-color: rgb(177,102,59); }
div.DivClassName
{
background-color: #B1663B;
}
.BgClassName
{
background-color: #B1663B;
}
</style>
border-color css
<style>
span { border-color: #B1663B; }
span { border-color: rgb(177,102,59); }
td.TdClassName
{
border-color: #B1663B;
}
.TagClassName
{
border-color: #B1663B;
}
</style>