Shades of Bourbon #B16C3A
Tints of Bourbon #B16C3A
RGB
CMYK
RGB Variations
Color information
#B16C3A (or 0xB16C3A) is known color: Bourbon. HEX triplet: B1, 6C and 3A. RGB value is (177,108,58). Sum of RGB (Red+Green+Blue) = 177+108+58=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 58 (23.05% from 255 or 16.91% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16C3A is #4E93C5. Grayscale: #7B7B7B. Windows color (decimal): -5149638 or 3828913. OLE color: 3828913.
HSL color Cylindrical-coordinate representation of color #B16C3A: hue angle of 25.21º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B16C3A is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 108 | 58 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.31 |
| HSL | 25.21º | 0.51% | 0.46% | - |
| HSV(B) | 25.21º | 0.67% | 0.69% | - |
| XYZ | 24.26 | 20.38 | 6.66 | - |
| YUV | 122.93 | 91.36 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 108 | 58 | 0 | 0.39 | 0.67 | 0.31 | 25.21 | 0.51 | 0.46 |
| Hex | B1 | 6C | 3A | 0 | 27 | 43 | 1F | 19 | 33 | 2E |
| Octal | 261 | 154 | 72 | 0 | 47 | 103 | 37 | 31 | 63 | 56 |
| Binary | 10110001 | 1101100 | 111010 | 0 | 100111 | 1000011 | 11111 | 11001 | 110011 | 101110 |
Color Harmonies of #B16C3A
Complementary color
Monochromatic Colors of #B16C3A
Black with #B16C3A
Text Example
Text Example
White with #B16C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16C3A; }
p { color: rgb(177,108,58); }
H1.HeaderClassName
{
color: #B16C3A;
}
.AnyTagClassName
{
color: #B16C3A;
}
</style>
background-color css
<style>
a { background-color: #B16C3A; }
a { background-color: rgb(177,108,58); }
div.DivClassName
{
background-color: #B16C3A;
}
.BgClassName
{
background-color: #B16C3A;
}
</style>
border-color css
<style>
span { border-color: #B16C3A; }
span { border-color: rgb(177,108,58); }
td.TdClassName
{
border-color: #B16C3A;
}
.TagClassName
{
border-color: #B16C3A;
}
</style>