Shades of Bourbon #B36F3C
Tints of Bourbon #B36F3C
RGB
CMYK
RGB Variations
Color information
#B36F3C (or 0xB36F3C) is known color: Bourbon. HEX triplet: B3, 6F and 3C. RGB value is (179,111,60). Sum of RGB (Red+Green+Blue) = 179+111+60=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B36F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36F3C is #4C90C3. Grayscale: #7D7D7D. Windows color (decimal): -5017796 or 3960755. OLE color: 3960755.
HSL color Cylindrical-coordinate representation of color #B36F3C: hue angle of 25.71º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B36F3C is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 111 | 60 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.30 |
| HSL | 25.71º | 0.5% | 0.47% | - |
| HSV(B) | 25.71º | 0.66% | 0.7% | - |
| XYZ | 25.09 | 21.28 | 7.06 | - |
| YUV | 125.52 | 91.03 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 111 | 60 | 0 | 0.38 | 0.66 | 0.30 | 25.71 | 0.5 | 0.47 |
| Hex | B3 | 6F | 3C | 0 | 26 | 42 | 1E | 1A | 32 | 2F |
| Octal | 263 | 157 | 74 | 0 | 46 | 102 | 36 | 32 | 62 | 57 |
| Binary | 10110011 | 1101111 | 111100 | 0 | 100110 | 1000010 | 11110 | 11010 | 110010 | 101111 |
Color Harmonies of #B36F3C
Complementary color
Monochromatic Colors of #B36F3C
Black with #B36F3C
Text Example
Text Example
White with #B36F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36F3C; }
p { color: rgb(179,111,60); }
H1.HeaderClassName
{
color: #B36F3C;
}
.AnyTagClassName
{
color: #B36F3C;
}
</style>
background-color css
<style>
a { background-color: #B36F3C; }
a { background-color: rgb(179,111,60); }
div.DivClassName
{
background-color: #B36F3C;
}
.BgClassName
{
background-color: #B36F3C;
}
</style>
border-color css
<style>
span { border-color: #B36F3C; }
span { border-color: rgb(179,111,60); }
td.TdClassName
{
border-color: #B36F3C;
}
.TagClassName
{
border-color: #B36F3C;
}
</style>