Shades of Bourbon #B76E4A
Tints of Bourbon #B76E4A
RGB
CMYK
RGB Variations
Color information
#B76E4A (or 0xB76E4A) is known color: Bourbon. HEX triplet: B7, 6E and 4A. RGB value is (183,110,74). Sum of RGB (Red+Green+Blue) = 183+110+74=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76E4A is #4891B5. Grayscale: #7F7F7F. Windows color (decimal): -4755894 or 4878007. OLE color: 4878007.
HSL color Cylindrical-coordinate representation of color #B76E4A: hue angle of 19.82º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B76E4A is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 110 | 74 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.28 |
| HSL | 19.82º | 0.43% | 0.5% | - |
| HSV(B) | 19.82º | 0.6% | 0.72% | - |
| XYZ | 26.34 | 21.71 | 9.28 | - |
| YUV | 127.72 | 97.68 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 110 | 74 | 0 | 0.40 | 0.60 | 0.28 | 19.82 | 0.43 | 0.5 |
| Hex | B7 | 6E | 4A | 0 | 28 | 3C | 1C | 14 | 2B | 32 |
| Octal | 267 | 156 | 112 | 0 | 50 | 74 | 34 | 24 | 53 | 62 |
| Binary | 10110111 | 1101110 | 1001010 | 0 | 101000 | 111100 | 11100 | 10100 | 101011 | 110010 |
Color Harmonies of #B76E4A
Complementary color
Monochromatic Colors of #B76E4A
Black with #B76E4A
Text Example
Text Example
White with #B76E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76E4A; }
p { color: rgb(183,110,74); }
H1.HeaderClassName
{
color: #B76E4A;
}
.AnyTagClassName
{
color: #B76E4A;
}
</style>
background-color css
<style>
a { background-color: #B76E4A; }
a { background-color: rgb(183,110,74); }
div.DivClassName
{
background-color: #B76E4A;
}
.BgClassName
{
background-color: #B76E4A;
}
</style>
border-color css
<style>
span { border-color: #B76E4A; }
span { border-color: rgb(183,110,74); }
td.TdClassName
{
border-color: #B76E4A;
}
.TagClassName
{
border-color: #B76E4A;
}
</style>