Shades of Bourbon #B46E3C
Tints of Bourbon #B46E3C
RGB
CMYK
RGB Variations
Color information
#B46E3C (or 0xB46E3C) is known color: Bourbon. HEX triplet: B4, 6E and 3C. RGB value is (180,110,60). Sum of RGB (Red+Green+Blue) = 180+110+60=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46E3C is #4B91C3. Grayscale: #7D7D7D. Windows color (decimal): -4952516 or 3960500. OLE color: 3960500.
HSL color Cylindrical-coordinate representation of color #B46E3C: hue angle of 25º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B46E3C is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 110 | 60 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.29 |
| HSL | 25º | 0.5% | 0.47% | - |
| HSV(B) | 25º | 0.67% | 0.71% | - |
| XYZ | 25.21 | 21.18 | 7.03 | - |
| YUV | 125.23 | 91.19 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 110 | 60 | 0 | 0.39 | 0.67 | 0.29 | 25 | 0.5 | 0.47 |
| Hex | B4 | 6E | 3C | 0 | 27 | 43 | 1D | 19 | 32 | 2F |
| Octal | 264 | 156 | 74 | 0 | 47 | 103 | 35 | 31 | 62 | 57 |
| Binary | 10110100 | 1101110 | 111100 | 0 | 100111 | 1000011 | 11101 | 11001 | 110010 | 101111 |
Color Harmonies of #B46E3C
Complementary color
Monochromatic Colors of #B46E3C
Black with #B46E3C
Text Example
Text Example
White with #B46E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46E3C; }
p { color: rgb(180,110,60); }
H1.HeaderClassName
{
color: #B46E3C;
}
.AnyTagClassName
{
color: #B46E3C;
}
</style>
background-color css
<style>
a { background-color: #B46E3C; }
a { background-color: rgb(180,110,60); }
div.DivClassName
{
background-color: #B46E3C;
}
.BgClassName
{
background-color: #B46E3C;
}
</style>
border-color css
<style>
span { border-color: #B46E3C; }
span { border-color: rgb(180,110,60); }
td.TdClassName
{
border-color: #B46E3C;
}
.TagClassName
{
border-color: #B46E3C;
}
</style>