Shades of Bourbon #B16B42
Tints of Bourbon #B16B42
RGB
CMYK
RGB Variations
Color information
#B16B42 (or 0xB16B42) is known color: Bourbon. HEX triplet: B1, 6B and 42. RGB value is (177,107,66). Sum of RGB (Red+Green+Blue) = 177+107+66=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16B42 is #4E94BD. Grayscale: #7B7B7B. Windows color (decimal): -5149886 or 4352945. OLE color: 4352945.
HSL color Cylindrical-coordinate representation of color #B16B42: hue angle of 22.16º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B16B42 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 107 | 66 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.31 |
| HSL | 22.16º | 0.46% | 0.48% | - |
| HSV(B) | 22.16º | 0.63% | 0.69% | - |
| XYZ | 24.37 | 20.26 | 7.78 | - |
| YUV | 123.26 | 95.69 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 107 | 66 | 0 | 0.40 | 0.63 | 0.31 | 22.16 | 0.46 | 0.48 |
| Hex | B1 | 6B | 42 | 0 | 28 | 3F | 1F | 16 | 2E | 30 |
| Octal | 261 | 153 | 102 | 0 | 50 | 77 | 37 | 26 | 56 | 60 |
| Binary | 10110001 | 1101011 | 1000010 | 0 | 101000 | 111111 | 11111 | 10110 | 101110 | 110000 |
Color Harmonies of #B16B42
Complementary color
Monochromatic Colors of #B16B42
Black with #B16B42
Text Example
Text Example
White with #B16B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16B42; }
p { color: rgb(177,107,66); }
H1.HeaderClassName
{
color: #B16B42;
}
.AnyTagClassName
{
color: #B16B42;
}
</style>
background-color css
<style>
a { background-color: #B16B42; }
a { background-color: rgb(177,107,66); }
div.DivClassName
{
background-color: #B16B42;
}
.BgClassName
{
background-color: #B16B42;
}
</style>
border-color css
<style>
span { border-color: #B16B42; }
span { border-color: rgb(177,107,66); }
td.TdClassName
{
border-color: #B16B42;
}
.TagClassName
{
border-color: #B16B42;
}
</style>