Shades of Bourbon #B16D3C
Tints of Bourbon #B16D3C
RGB
CMYK
RGB Variations
Color information
#B16D3C (or 0xB16D3C) is known color: Bourbon. HEX triplet: B1, 6D and 3C. RGB value is (177,109,60). Sum of RGB (Red+Green+Blue) = 177+109+60=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16D3C is #4E92C3. Grayscale: #7C7C7C. Windows color (decimal): -5149380 or 3960241. OLE color: 3960241.
HSL color Cylindrical-coordinate representation of color #B16D3C: hue angle of 25.13º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B16D3C is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 109 | 60 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.31 |
| HSL | 25.13º | 0.49% | 0.46% | - |
| HSV(B) | 25.13º | 0.66% | 0.69% | - |
| XYZ | 24.42 | 20.61 | 6.97 | - |
| YUV | 123.75 | 92.03 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 109 | 60 | 0 | 0.38 | 0.66 | 0.31 | 25.13 | 0.49 | 0.46 |
| Hex | B1 | 6D | 3C | 0 | 26 | 42 | 1F | 19 | 31 | 2E |
| Octal | 261 | 155 | 74 | 0 | 46 | 102 | 37 | 31 | 61 | 56 |
| Binary | 10110001 | 1101101 | 111100 | 0 | 100110 | 1000010 | 11111 | 11001 | 110001 | 101110 |
Color Harmonies of #B16D3C
Complementary color
Monochromatic Colors of #B16D3C
Black with #B16D3C
Text Example
Text Example
White with #B16D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16D3C; }
p { color: rgb(177,109,60); }
H1.HeaderClassName
{
color: #B16D3C;
}
.AnyTagClassName
{
color: #B16D3C;
}
</style>
background-color css
<style>
a { background-color: #B16D3C; }
a { background-color: rgb(177,109,60); }
div.DivClassName
{
background-color: #B16D3C;
}
.BgClassName
{
background-color: #B16D3C;
}
</style>
border-color css
<style>
span { border-color: #B16D3C; }
span { border-color: rgb(177,109,60); }
td.TdClassName
{
border-color: #B16D3C;
}
.TagClassName
{
border-color: #B16D3C;
}
</style>