Shades of Bourbon #B1784D
Tints of Bourbon #B1784D
RGB
CMYK
RGB Variations
Color information
#B1784D (or 0xB1784D) is known color: Bourbon. HEX triplet: B1, 78 and 4D. RGB value is (177,120,77). Sum of RGB (Red+Green+Blue) = 177+120+77=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B1784D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1784D is #4E87B2. Grayscale: #848484. Windows color (decimal): -5146547 or 5077169. OLE color: 5077169.
HSL color Cylindrical-coordinate representation of color #B1784D: hue angle of 25.8º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B1784D is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 120 | 77 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.31 |
| HSL | 25.8º | 0.39% | 0.5% | - |
| HSV(B) | 25.8º | 0.56% | 0.69% | - |
| XYZ | 26.19 | 23.32 | 10.14 | - |
| YUV | 132.14 | 96.88 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 77 | 0 | 0.32 | 0.56 | 0.31 | 25.8 | 0.39 | 0.5 |
| Hex | B1 | 78 | 4D | 0 | 20 | 38 | 1F | 1A | 27 | 32 |
| Octal | 261 | 170 | 115 | 0 | 40 | 70 | 37 | 32 | 47 | 62 |
| Binary | 10110001 | 1111000 | 1001101 | 0 | 100000 | 111000 | 11111 | 11010 | 100111 | 110010 |
Color Harmonies of #B1784D
Complementary color
Monochromatic Colors of #B1784D
Black with #B1784D
Text Example
Text Example
White with #B1784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1784D; }
p { color: rgb(177,120,77); }
H1.HeaderClassName
{
color: #B1784D;
}
.AnyTagClassName
{
color: #B1784D;
}
</style>
background-color css
<style>
a { background-color: #B1784D; }
a { background-color: rgb(177,120,77); }
div.DivClassName
{
background-color: #B1784D;
}
.BgClassName
{
background-color: #B1784D;
}
</style>
border-color css
<style>
span { border-color: #B1784D; }
span { border-color: rgb(177,120,77); }
td.TdClassName
{
border-color: #B1784D;
}
.TagClassName
{
border-color: #B1784D;
}
</style>