Shades of Bourbon #B36D44
Tints of Bourbon #B36D44
RGB
CMYK
RGB Variations
Color information
#B36D44 (or 0xB36D44) is known color: Bourbon. HEX triplet: B3, 6D and 44. RGB value is (179,109,68). Sum of RGB (Red+Green+Blue) = 179+109+68=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B36D44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36D44 is #4C92BB. Grayscale: #7D7D7D. Windows color (decimal): -5018300 or 4484531. OLE color: 4484531.
HSL color Cylindrical-coordinate representation of color #B36D44: hue angle of 22.16º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B36D44 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 109 | 68 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.30 |
| HSL | 22.16º | 0.45% | 0.48% | - |
| HSV(B) | 22.16º | 0.62% | 0.7% | - |
| XYZ | 25.1 | 20.94 | 8.19 | - |
| YUV | 125.26 | 95.69 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 109 | 68 | 0 | 0.39 | 0.62 | 0.30 | 22.16 | 0.45 | 0.48 |
| Hex | B3 | 6D | 44 | 0 | 27 | 3E | 1E | 16 | 2D | 30 |
| Octal | 263 | 155 | 104 | 0 | 47 | 76 | 36 | 26 | 55 | 60 |
| Binary | 10110011 | 1101101 | 1000100 | 0 | 100111 | 111110 | 11110 | 10110 | 101101 | 110000 |
Color Harmonies of #B36D44
Complementary color
Monochromatic Colors of #B36D44
Black with #B36D44
Text Example
Text Example
White with #B36D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36D44; }
p { color: rgb(179,109,68); }
H1.HeaderClassName
{
color: #B36D44;
}
.AnyTagClassName
{
color: #B36D44;
}
</style>
background-color css
<style>
a { background-color: #B36D44; }
a { background-color: rgb(179,109,68); }
div.DivClassName
{
background-color: #B36D44;
}
.BgClassName
{
background-color: #B36D44;
}
</style>
border-color css
<style>
span { border-color: #B36D44; }
span { border-color: rgb(179,109,68); }
td.TdClassName
{
border-color: #B36D44;
}
.TagClassName
{
border-color: #B36D44;
}
</style>