Shades of Bourbon #B46E3E
Tints of Bourbon #B46E3E
RGB
CMYK
RGB Variations
Color information
#B46E3E (or 0xB46E3E) is known color: Bourbon. HEX triplet: B4, 6E and 3E. RGB value is (180,110,62). Sum of RGB (Red+Green+Blue) = 180+110+62=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 62 (24.61% from 255 or 17.61% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46E3E is #4B91C1. Grayscale: #7D7D7D. Windows color (decimal): -4952514 or 4091572. OLE color: 4091572.
HSL color Cylindrical-coordinate representation of color #B46E3E: hue angle of 24.41º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B46E3E is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 110 | 62 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.29 |
| HSL | 24.41º | 0.49% | 0.47% | - |
| HSV(B) | 24.41º | 0.66% | 0.71% | - |
| XYZ | 25.27 | 21.2 | 7.32 | - |
| YUV | 125.46 | 92.19 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 110 | 62 | 0 | 0.39 | 0.66 | 0.29 | 24.41 | 0.49 | 0.47 |
| Hex | B4 | 6E | 3E | 0 | 27 | 42 | 1D | 18 | 31 | 2F |
| Octal | 264 | 156 | 76 | 0 | 47 | 102 | 35 | 30 | 61 | 57 |
| Binary | 10110100 | 1101110 | 111110 | 0 | 100111 | 1000010 | 11101 | 11000 | 110001 | 101111 |
Color Harmonies of #B46E3E
Complementary color
Monochromatic Colors of #B46E3E
Black with #B46E3E
Text Example
Text Example
White with #B46E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46E3E; }
p { color: rgb(180,110,62); }
H1.HeaderClassName
{
color: #B46E3E;
}
.AnyTagClassName
{
color: #B46E3E;
}
</style>
background-color css
<style>
a { background-color: #B46E3E; }
a { background-color: rgb(180,110,62); }
div.DivClassName
{
background-color: #B46E3E;
}
.BgClassName
{
background-color: #B46E3E;
}
</style>
border-color css
<style>
span { border-color: #B46E3E; }
span { border-color: rgb(180,110,62); }
td.TdClassName
{
border-color: #B46E3E;
}
.TagClassName
{
border-color: #B46E3E;
}
</style>