Shades of Bourbon #B36F49
Tints of Bourbon #B36F49
RGB
CMYK
RGB Variations
Color information
#B36F49 (or 0xB36F49) is known color: Bourbon. HEX triplet: B3, 6F and 49. RGB value is (179,111,73). Sum of RGB (Red+Green+Blue) = 179+111+73=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B36F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36F49 is #4C90B6. Grayscale: #7F7F7F. Windows color (decimal): -5017783 or 4812723. OLE color: 4812723.
HSL color Cylindrical-coordinate representation of color #B36F49: hue angle of 21.51º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B36F49 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 111 | 73 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.30 |
| HSL | 21.51º | 0.42% | 0.49% | - |
| HSV(B) | 21.51º | 0.59% | 0.7% | - |
| XYZ | 25.48 | 21.43 | 9.1 | - |
| YUV | 127 | 97.53 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 111 | 73 | 0 | 0.38 | 0.59 | 0.30 | 21.51 | 0.42 | 0.49 |
| Hex | B3 | 6F | 49 | 0 | 26 | 3B | 1E | 16 | 2A | 31 |
| Octal | 263 | 157 | 111 | 0 | 46 | 73 | 36 | 26 | 52 | 61 |
| Binary | 10110011 | 1101111 | 1001001 | 0 | 100110 | 111011 | 11110 | 10110 | 101010 | 110001 |
Color Harmonies of #B36F49
Complementary color
Monochromatic Colors of #B36F49
Black with #B36F49
Text Example
Text Example
White with #B36F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36F49; }
p { color: rgb(179,111,73); }
H1.HeaderClassName
{
color: #B36F49;
}
.AnyTagClassName
{
color: #B36F49;
}
</style>
background-color css
<style>
a { background-color: #B36F49; }
a { background-color: rgb(179,111,73); }
div.DivClassName
{
background-color: #B36F49;
}
.BgClassName
{
background-color: #B36F49;
}
</style>
border-color css
<style>
span { border-color: #B36F49; }
span { border-color: rgb(179,111,73); }
td.TdClassName
{
border-color: #B36F49;
}
.TagClassName
{
border-color: #B36F49;
}
</style>