Shades of Bourbon #B1784A
Tints of Bourbon #B1784A
RGB
CMYK
RGB Variations
Color information
#B1784A (or 0xB1784A) is known color: Bourbon. HEX triplet: B1, 78 and 4A. RGB value is (177,120,74). Sum of RGB (Red+Green+Blue) = 177+120+74=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B1784A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1784A is #4E87B5. Grayscale: #848484. Windows color (decimal): -5146550 or 4880561. OLE color: 4880561.
HSL color Cylindrical-coordinate representation of color #B1784A: hue angle of 26.8º degrees, saturation: 0.41, 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 #B1784A is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 120 | 74 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.31 |
| HSL | 26.8º | 0.41% | 0.49% | - |
| HSV(B) | 26.8º | 0.58% | 0.69% | - |
| XYZ | 26.08 | 23.27 | 9.6 | - |
| YUV | 131.8 | 95.38 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 74 | 0 | 0.32 | 0.58 | 0.31 | 26.8 | 0.41 | 0.49 |
| Hex | B1 | 78 | 4A | 0 | 20 | 3A | 1F | 1B | 29 | 31 |
| Octal | 261 | 170 | 112 | 0 | 40 | 72 | 37 | 33 | 51 | 61 |
| Binary | 10110001 | 1111000 | 1001010 | 0 | 100000 | 111010 | 11111 | 11011 | 101001 | 110001 |
Color Harmonies of #B1784A
Complementary color
Monochromatic Colors of #B1784A
Black with #B1784A
Text Example
Text Example
White with #B1784A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1784A; }
p { color: rgb(177,120,74); }
H1.HeaderClassName
{
color: #B1784A;
}
.AnyTagClassName
{
color: #B1784A;
}
</style>
background-color css
<style>
a { background-color: #B1784A; }
a { background-color: rgb(177,120,74); }
div.DivClassName
{
background-color: #B1784A;
}
.BgClassName
{
background-color: #B1784A;
}
</style>
border-color css
<style>
span { border-color: #B1784A; }
span { border-color: rgb(177,120,74); }
td.TdClassName
{
border-color: #B1784A;
}
.TagClassName
{
border-color: #B1784A;
}
</style>