Shades of Bourbon #B36639
Tints of Bourbon #B36639
RGB
CMYK
RGB Variations
Color information
#B36639 (or 0xB36639) is known color: Bourbon. HEX triplet: B3, 66 and 39. RGB value is (179,102,57). Sum of RGB (Red+Green+Blue) = 179+102+57=338 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.96% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 57 (22.66% from 255 or 16.86% from 338); Max value from RGB is 179 - color contains mainly: red. Hex color #B36639 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36639 is #4C99C6. Grayscale: #787878. Windows color (decimal): -5020103 or 3761843. OLE color: 3761843.
HSL color Cylindrical-coordinate representation of color #B36639: hue angle of 22.13º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B36639 is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 102 | 57 | - |
| CMYK | 0 | 0.43 | 0.68 | 0.30 |
| HSL | 22.13º | 0.52% | 0.46% | - |
| HSV(B) | 22.13º | 0.68% | 0.7% | - |
| XYZ | 24.08 | 19.38 | 6.34 | - |
| YUV | 119.89 | 92.51 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 57 | 0 | 0.43 | 0.68 | 0.30 | 22.13 | 0.52 | 0.46 |
| Hex | B3 | 66 | 39 | 0 | 2B | 44 | 1E | 16 | 34 | 2E |
| Octal | 263 | 146 | 71 | 0 | 53 | 104 | 36 | 26 | 64 | 56 |
| Binary | 10110011 | 1100110 | 111001 | 0 | 101011 | 1000100 | 11110 | 10110 | 110100 | 101110 |
Color Harmonies of #B36639
Complementary color
Monochromatic Colors of #B36639
Black with #B36639
Text Example
Text Example
White with #B36639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36639; }
p { color: rgb(179,102,57); }
H1.HeaderClassName
{
color: #B36639;
}
.AnyTagClassName
{
color: #B36639;
}
</style>
background-color css
<style>
a { background-color: #B36639; }
a { background-color: rgb(179,102,57); }
div.DivClassName
{
background-color: #B36639;
}
.BgClassName
{
background-color: #B36639;
}
</style>
border-color css
<style>
span { border-color: #B36639; }
span { border-color: rgb(179,102,57); }
td.TdClassName
{
border-color: #B36639;
}
.TagClassName
{
border-color: #B36639;
}
</style>