Shades of Bourbon #B1764B
Tints of Bourbon #B1764B
RGB
CMYK
RGB Variations
Color information
#B1764B (or 0xB1764B) is known color: Bourbon. HEX triplet: B1, 76 and 4B. RGB value is (177,118,75). Sum of RGB (Red+Green+Blue) = 177+118+75=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B1764B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1764B is #4E89B4. Grayscale: #828282. Windows color (decimal): -5147061 or 4945585. OLE color: 4945585.
HSL color Cylindrical-coordinate representation of color #B1764B: hue angle of 25.29º 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 #B1764B is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 118 | 75 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.31 |
| HSL | 25.29º | 0.4% | 0.49% | - |
| HSV(B) | 25.29º | 0.58% | 0.69% | - |
| XYZ | 25.88 | 22.81 | 9.7 | - |
| YUV | 130.74 | 96.55 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 118 | 75 | 0 | 0.33 | 0.58 | 0.31 | 25.29 | 0.4 | 0.49 |
| Hex | B1 | 76 | 4B | 0 | 21 | 3A | 1F | 19 | 28 | 31 |
| Octal | 261 | 166 | 113 | 0 | 41 | 72 | 37 | 31 | 50 | 61 |
| Binary | 10110001 | 1110110 | 1001011 | 0 | 100001 | 111010 | 11111 | 11001 | 101000 | 110001 |
Color Harmonies of #B1764B
Complementary color
Monochromatic Colors of #B1764B
Black with #B1764B
Text Example
Text Example
White with #B1764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1764B; }
p { color: rgb(177,118,75); }
H1.HeaderClassName
{
color: #B1764B;
}
.AnyTagClassName
{
color: #B1764B;
}
</style>
background-color css
<style>
a { background-color: #B1764B; }
a { background-color: rgb(177,118,75); }
div.DivClassName
{
background-color: #B1764B;
}
.BgClassName
{
background-color: #B1764B;
}
</style>
border-color css
<style>
span { border-color: #B1764B; }
span { border-color: rgb(177,118,75); }
td.TdClassName
{
border-color: #B1764B;
}
.TagClassName
{
border-color: #B1764B;
}
</style>