Shades of Bourbon #B46F4A
Tints of Bourbon #B46F4A
RGB
CMYK
RGB Variations
Color information
#B46F4A (or 0xB46F4A) is known color: Bourbon. HEX triplet: B4, 6F and 4A. RGB value is (180,111,74). Sum of RGB (Red+Green+Blue) = 180+111+74=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B46F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46F4A is #4B90B5. Grayscale: #7F7F7F. Windows color (decimal): -4952246 or 4878260. OLE color: 4878260.
HSL color Cylindrical-coordinate representation of color #B46F4A: hue angle of 20.94º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B46F4A is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 111 | 74 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.29 |
| HSL | 20.94º | 0.42% | 0.5% | - |
| HSV(B) | 20.94º | 0.59% | 0.71% | - |
| XYZ | 25.74 | 21.57 | 9.28 | - |
| YUV | 127.41 | 97.86 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 111 | 74 | 0 | 0.38 | 0.59 | 0.29 | 20.94 | 0.42 | 0.5 |
| Hex | B4 | 6F | 4A | 0 | 26 | 3B | 1D | 15 | 2A | 32 |
| Octal | 264 | 157 | 112 | 0 | 46 | 73 | 35 | 25 | 52 | 62 |
| Binary | 10110100 | 1101111 | 1001010 | 0 | 100110 | 111011 | 11101 | 10101 | 101010 | 110010 |
Color Harmonies of #B46F4A
Complementary color
Monochromatic Colors of #B46F4A
Black with #B46F4A
Text Example
Text Example
White with #B46F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46F4A; }
p { color: rgb(180,111,74); }
H1.HeaderClassName
{
color: #B46F4A;
}
.AnyTagClassName
{
color: #B46F4A;
}
</style>
background-color css
<style>
a { background-color: #B46F4A; }
a { background-color: rgb(180,111,74); }
div.DivClassName
{
background-color: #B46F4A;
}
.BgClassName
{
background-color: #B46F4A;
}
</style>
border-color css
<style>
span { border-color: #B46F4A; }
span { border-color: rgb(180,111,74); }
td.TdClassName
{
border-color: #B46F4A;
}
.TagClassName
{
border-color: #B46F4A;
}
</style>