Shades of Bourbon #B46A39
Tints of Bourbon #B46A39
RGB
CMYK
RGB Variations
Color information
#B46A39 (or 0xB46A39) is known color: Bourbon. HEX triplet: B4, 6A and 39. RGB value is (180,106,57). Sum of RGB (Red+Green+Blue) = 180+106+57=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 57 (22.66% from 255 or 16.62% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B46A39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46A39 is #4B95C6. Grayscale: #7A7A7A. Windows color (decimal): -4953543 or 3762868. OLE color: 3762868.
HSL color Cylindrical-coordinate representation of color #B46A39: hue angle of 23.9º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B46A39 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 106 | 57 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.29 |
| HSL | 23.9º | 0.52% | 0.46% | - |
| HSV(B) | 23.9º | 0.68% | 0.71% | - |
| XYZ | 24.71 | 20.31 | 6.49 | - |
| YUV | 122.54 | 91.02 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 106 | 57 | 0 | 0.41 | 0.68 | 0.29 | 23.9 | 0.52 | 0.46 |
| Hex | B4 | 6A | 39 | 0 | 29 | 44 | 1D | 18 | 34 | 2E |
| Octal | 264 | 152 | 71 | 0 | 51 | 104 | 35 | 30 | 64 | 56 |
| Binary | 10110100 | 1101010 | 111001 | 0 | 101001 | 1000100 | 11101 | 11000 | 110100 | 101110 |
Color Harmonies of #B46A39
Complementary color
Monochromatic Colors of #B46A39
Black with #B46A39
Text Example
Text Example
White with #B46A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46A39; }
p { color: rgb(180,106,57); }
H1.HeaderClassName
{
color: #B46A39;
}
.AnyTagClassName
{
color: #B46A39;
}
</style>
background-color css
<style>
a { background-color: #B46A39; }
a { background-color: rgb(180,106,57); }
div.DivClassName
{
background-color: #B46A39;
}
.BgClassName
{
background-color: #B46A39;
}
</style>
border-color css
<style>
span { border-color: #B46A39; }
span { border-color: rgb(180,106,57); }
td.TdClassName
{
border-color: #B46A39;
}
.TagClassName
{
border-color: #B46A39;
}
</style>