Shades of Bourbon #B1754C
Tints of Bourbon #B1754C
RGB
CMYK
RGB Variations
Color information
#B1754C (or 0xB1754C) is known color: Bourbon. HEX triplet: B1, 75 and 4C. RGB value is (177,117,76). Sum of RGB (Red+Green+Blue) = 177+117+76=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B1754C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1754C is #4E8AB3. Grayscale: #828282. Windows color (decimal): -5147316 or 5010865. OLE color: 5010865.
HSL color Cylindrical-coordinate representation of color #B1754C: hue angle of 24.36º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B1754C is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 117 | 76 | - |
| CMYK | 0 | 0.34 | 0.57 | 0.31 |
| HSL | 24.36º | 0.4% | 0.5% | - |
| HSV(B) | 24.36º | 0.57% | 0.69% | - |
| XYZ | 25.8 | 22.59 | 9.84 | - |
| YUV | 130.27 | 97.38 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 117 | 76 | 0 | 0.34 | 0.57 | 0.31 | 24.36 | 0.4 | 0.5 |
| Hex | B1 | 75 | 4C | 0 | 22 | 39 | 1F | 18 | 28 | 32 |
| Octal | 261 | 165 | 114 | 0 | 42 | 71 | 37 | 30 | 50 | 62 |
| Binary | 10110001 | 1110101 | 1001100 | 0 | 100010 | 111001 | 11111 | 11000 | 101000 | 110010 |
Color Harmonies of #B1754C
Complementary color
Monochromatic Colors of #B1754C
Black with #B1754C
Text Example
Text Example
White with #B1754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1754C; }
p { color: rgb(177,117,76); }
H1.HeaderClassName
{
color: #B1754C;
}
.AnyTagClassName
{
color: #B1754C;
}
</style>
background-color css
<style>
a { background-color: #B1754C; }
a { background-color: rgb(177,117,76); }
div.DivClassName
{
background-color: #B1754C;
}
.BgClassName
{
background-color: #B1754C;
}
</style>
border-color css
<style>
span { border-color: #B1754C; }
span { border-color: rgb(177,117,76); }
td.TdClassName
{
border-color: #B1754C;
}
.TagClassName
{
border-color: #B1754C;
}
</style>