Shades of Bourbon #B1774B
Tints of Bourbon #B1774B
RGB
CMYK
RGB Variations
Color information
#B1774B (or 0xB1774B) is known color: Bourbon. HEX triplet: B1, 77 and 4B. RGB value is (177,119,75). Sum of RGB (Red+Green+Blue) = 177+119+75=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B1774B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1774B is #4E88B4. Grayscale: #838383. Windows color (decimal): -5146805 or 4945841. OLE color: 4945841.
HSL color Cylindrical-coordinate representation of color #B1774B: hue angle of 25.88º 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 #B1774B is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 119 | 75 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.31 |
| HSL | 25.88º | 0.4% | 0.49% | - |
| HSV(B) | 25.88º | 0.58% | 0.69% | - |
| XYZ | 26 | 23.05 | 9.74 | - |
| YUV | 131.33 | 96.22 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 119 | 75 | 0 | 0.33 | 0.58 | 0.31 | 25.88 | 0.4 | 0.49 |
| Hex | B1 | 77 | 4B | 0 | 21 | 3A | 1F | 1A | 28 | 31 |
| Octal | 261 | 167 | 113 | 0 | 41 | 72 | 37 | 32 | 50 | 61 |
| Binary | 10110001 | 1110111 | 1001011 | 0 | 100001 | 111010 | 11111 | 11010 | 101000 | 110001 |
Color Harmonies of #B1774B
Complementary color
Monochromatic Colors of #B1774B
Black with #B1774B
Text Example
Text Example
White with #B1774B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1774B; }
p { color: rgb(177,119,75); }
H1.HeaderClassName
{
color: #B1774B;
}
.AnyTagClassName
{
color: #B1774B;
}
</style>
background-color css
<style>
a { background-color: #B1774B; }
a { background-color: rgb(177,119,75); }
div.DivClassName
{
background-color: #B1774B;
}
.BgClassName
{
background-color: #B1774B;
}
</style>
border-color css
<style>
span { border-color: #B1774B; }
span { border-color: rgb(177,119,75); }
td.TdClassName
{
border-color: #B1774B;
}
.TagClassName
{
border-color: #B1774B;
}
</style>