Shades of Bourbon #B1784B
Tints of Bourbon #B1784B
RGB
CMYK
RGB Variations
Color information
#B1784B (or 0xB1784B) is known color: Bourbon. HEX triplet: B1, 78 and 4B. RGB value is (177,120,75). Sum of RGB (Red+Green+Blue) = 177+120+75=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B1784B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1784B is #4E87B4. Grayscale: #848484. Windows color (decimal): -5146549 or 4946097. OLE color: 4946097.
HSL color Cylindrical-coordinate representation of color #B1784B: hue angle of 26.47º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B1784B is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 120 | 75 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.31 |
| HSL | 26.47º | 0.4% | 0.49% | - |
| HSV(B) | 26.47º | 0.58% | 0.69% | - |
| XYZ | 26.12 | 23.29 | 9.78 | - |
| YUV | 131.91 | 95.88 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 75 | 0 | 0.32 | 0.58 | 0.31 | 26.47 | 0.4 | 0.49 |
| Hex | B1 | 78 | 4B | 0 | 20 | 3A | 1F | 1A | 28 | 31 |
| Octal | 261 | 170 | 113 | 0 | 40 | 72 | 37 | 32 | 50 | 61 |
| Binary | 10110001 | 1111000 | 1001011 | 0 | 100000 | 111010 | 11111 | 11010 | 101000 | 110001 |
Color Harmonies of #B1784B
Complementary color
Monochromatic Colors of #B1784B
Black with #B1784B
Text Example
Text Example
White with #B1784B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1784B; }
p { color: rgb(177,120,75); }
H1.HeaderClassName
{
color: #B1784B;
}
.AnyTagClassName
{
color: #B1784B;
}
</style>
background-color css
<style>
a { background-color: #B1784B; }
a { background-color: rgb(177,120,75); }
div.DivClassName
{
background-color: #B1784B;
}
.BgClassName
{
background-color: #B1784B;
}
</style>
border-color css
<style>
span { border-color: #B1784B; }
span { border-color: rgb(177,120,75); }
td.TdClassName
{
border-color: #B1784B;
}
.TagClassName
{
border-color: #B1784B;
}
</style>