Shades of Bourbon #B46943
Tints of Bourbon #B46943
RGB
CMYK
RGB Variations
Color information
#B46943 (or 0xB46943) is known color: Bourbon. HEX triplet: B4, 69 and 43. RGB value is (180,105,67). Sum of RGB (Red+Green+Blue) = 180+105+67=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B46943 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46943 is #4B96BC. Grayscale: #7B7B7B. Windows color (decimal): -4953789 or 4417972. OLE color: 4417972.
HSL color Cylindrical-coordinate representation of color #B46943: hue angle of 20.18º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B46943 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 105 | 67 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.29 |
| HSL | 20.18º | 0.46% | 0.48% | - |
| HSV(B) | 20.18º | 0.63% | 0.71% | - |
| XYZ | 24.89 | 20.21 | 7.9 | - |
| YUV | 123.09 | 96.35 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 105 | 67 | 0 | 0.42 | 0.63 | 0.29 | 20.18 | 0.46 | 0.48 |
| Hex | B4 | 69 | 43 | 0 | 2A | 3F | 1D | 14 | 2E | 30 |
| Octal | 264 | 151 | 103 | 0 | 52 | 77 | 35 | 24 | 56 | 60 |
| Binary | 10110100 | 1101001 | 1000011 | 0 | 101010 | 111111 | 11101 | 10100 | 101110 | 110000 |
Color Harmonies of #B46943
Complementary color
Monochromatic Colors of #B46943
Black with #B46943
Text Example
Text Example
White with #B46943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46943; }
p { color: rgb(180,105,67); }
H1.HeaderClassName
{
color: #B46943;
}
.AnyTagClassName
{
color: #B46943;
}
</style>
background-color css
<style>
a { background-color: #B46943; }
a { background-color: rgb(180,105,67); }
div.DivClassName
{
background-color: #B46943;
}
.BgClassName
{
background-color: #B46943;
}
</style>
border-color css
<style>
span { border-color: #B46943; }
span { border-color: rgb(180,105,67); }
td.TdClassName
{
border-color: #B46943;
}
.TagClassName
{
border-color: #B46943;
}
</style>