Shades of Bourbon #B16536
Tints of Bourbon #B16536
RGB
CMYK
RGB Variations
Color information
#B16536 (or 0xB16536) is known color: Bourbon. HEX triplet: B1, 65 and 36. RGB value is (177,101,54). Sum of RGB (Red+Green+Blue) = 177+101+54=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 54 (21.48% from 255 or 16.27% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B16536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16536 is #4E9AC9. Grayscale: #767676. Windows color (decimal): -5151434 or 3564977. OLE color: 3564977.
HSL color Cylindrical-coordinate representation of color #B16536: hue angle of 22.93º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B16536 is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 101 | 54 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.31 |
| HSL | 22.93º | 0.53% | 0.45% | - |
| HSV(B) | 22.93º | 0.69% | 0.69% | - |
| XYZ | 23.45 | 18.92 | 5.91 | - |
| YUV | 118.37 | 91.68 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 101 | 54 | 0 | 0.43 | 0.69 | 0.31 | 22.93 | 0.53 | 0.45 |
| Hex | B1 | 65 | 36 | 0 | 2B | 45 | 1F | 17 | 35 | 2D |
| Octal | 261 | 145 | 66 | 0 | 53 | 105 | 37 | 27 | 65 | 55 |
| Binary | 10110001 | 1100101 | 110110 | 0 | 101011 | 1000101 | 11111 | 10111 | 110101 | 101101 |
Color Harmonies of #B16536
Complementary color
Monochromatic Colors of #B16536
Black with #B16536
Text Example
Text Example
White with #B16536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16536; }
p { color: rgb(177,101,54); }
H1.HeaderClassName
{
color: #B16536;
}
.AnyTagClassName
{
color: #B16536;
}
</style>
background-color css
<style>
a { background-color: #B16536; }
a { background-color: rgb(177,101,54); }
div.DivClassName
{
background-color: #B16536;
}
.BgClassName
{
background-color: #B16536;
}
</style>
border-color css
<style>
span { border-color: #B16536; }
span { border-color: rgb(177,101,54); }
td.TdClassName
{
border-color: #B16536;
}
.TagClassName
{
border-color: #B16536;
}
</style>