Shades of Bourbon #B76F46
Tints of Bourbon #B76F46
RGB
CMYK
RGB Variations
Color information
#B76F46 (or 0xB76F46) is known color: Bourbon. HEX triplet: B7, 6F and 46. RGB value is (183,111,70). Sum of RGB (Red+Green+Blue) = 183+111+70=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76F46 is #4890B9. Grayscale: #808080. Windows color (decimal): -4755642 or 4616119. OLE color: 4616119.
HSL color Cylindrical-coordinate representation of color #B76F46: hue angle of 21.77º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B76F46 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 111 | 70 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.28 |
| HSL | 21.77º | 0.45% | 0.5% | - |
| HSV(B) | 21.77º | 0.62% | 0.72% | - |
| XYZ | 26.32 | 21.88 | 8.63 | - |
| YUV | 127.85 | 95.35 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 70 | 0 | 0.39 | 0.62 | 0.28 | 21.77 | 0.45 | 0.5 |
| Hex | B7 | 6F | 46 | 0 | 27 | 3E | 1C | 16 | 2D | 32 |
| Octal | 267 | 157 | 106 | 0 | 47 | 76 | 34 | 26 | 55 | 62 |
| Binary | 10110111 | 1101111 | 1000110 | 0 | 100111 | 111110 | 11100 | 10110 | 101101 | 110010 |
Color Harmonies of #B76F46
Complementary color
Monochromatic Colors of #B76F46
Black with #B76F46
Text Example
Text Example
White with #B76F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76F46; }
p { color: rgb(183,111,70); }
H1.HeaderClassName
{
color: #B76F46;
}
.AnyTagClassName
{
color: #B76F46;
}
</style>
background-color css
<style>
a { background-color: #B76F46; }
a { background-color: rgb(183,111,70); }
div.DivClassName
{
background-color: #B76F46;
}
.BgClassName
{
background-color: #B76F46;
}
</style>
border-color css
<style>
span { border-color: #B76F46; }
span { border-color: rgb(183,111,70); }
td.TdClassName
{
border-color: #B76F46;
}
.TagClassName
{
border-color: #B76F46;
}
</style>