Shades of Bourbon #B1774D
Tints of Bourbon #B1774D
RGB
CMYK
RGB Variations
Color information
#B1774D (or 0xB1774D) is known color: Bourbon. HEX triplet: B1, 77 and 4D. RGB value is (177,119,77). Sum of RGB (Red+Green+Blue) = 177+119+77=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B1774D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1774D is #4E88B2. Grayscale: #838383. Windows color (decimal): -5146803 or 5076913. OLE color: 5076913.
HSL color Cylindrical-coordinate representation of color #B1774D: hue angle of 25.2º 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 #B1774D is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 119 | 77 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.31 |
| HSL | 25.2º | 0.39% | 0.5% | - |
| HSV(B) | 25.2º | 0.56% | 0.69% | - |
| XYZ | 26.07 | 23.08 | 10.1 | - |
| YUV | 131.55 | 97.22 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 119 | 77 | 0 | 0.33 | 0.56 | 0.31 | 25.2 | 0.39 | 0.5 |
| Hex | B1 | 77 | 4D | 0 | 21 | 38 | 1F | 19 | 27 | 32 |
| Octal | 261 | 167 | 115 | 0 | 41 | 70 | 37 | 31 | 47 | 62 |
| Binary | 10110001 | 1110111 | 1001101 | 0 | 100001 | 111000 | 11111 | 11001 | 100111 | 110010 |
Color Harmonies of #B1774D
Complementary color
Monochromatic Colors of #B1774D
Black with #B1774D
Text Example
Text Example
White with #B1774D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1774D; }
p { color: rgb(177,119,77); }
H1.HeaderClassName
{
color: #B1774D;
}
.AnyTagClassName
{
color: #B1774D;
}
</style>
background-color css
<style>
a { background-color: #B1774D; }
a { background-color: rgb(177,119,77); }
div.DivClassName
{
background-color: #B1774D;
}
.BgClassName
{
background-color: #B1774D;
}
</style>
border-color css
<style>
span { border-color: #B1774D; }
span { border-color: rgb(177,119,77); }
td.TdClassName
{
border-color: #B1774D;
}
.TagClassName
{
border-color: #B1774D;
}
</style>