Shades of Bourbon #B76D45
Tints of Bourbon #B76D45
RGB
CMYK
RGB Variations
Color information
#B76D45 (or 0xB76D45) is known color: Bourbon. HEX triplet: B7, 6D and 45. RGB value is (183,109,69). Sum of RGB (Red+Green+Blue) = 183+109+69=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76D45 is #4892BA. Grayscale: #7E7E7E. Windows color (decimal): -4756155 or 4550071. OLE color: 4550071.
HSL color Cylindrical-coordinate representation of color #B76D45: hue angle of 21.05º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B76D45 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 109 | 69 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.28 |
| HSL | 21.05º | 0.45% | 0.49% | - |
| HSV(B) | 21.05º | 0.62% | 0.72% | - |
| XYZ | 26.07 | 21.43 | 8.39 | - |
| YUV | 126.57 | 95.52 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 69 | 0 | 0.40 | 0.62 | 0.28 | 21.05 | 0.45 | 0.49 |
| Hex | B7 | 6D | 45 | 0 | 28 | 3E | 1C | 15 | 2D | 31 |
| Octal | 267 | 155 | 105 | 0 | 50 | 76 | 34 | 25 | 55 | 61 |
| Binary | 10110111 | 1101101 | 1000101 | 0 | 101000 | 111110 | 11100 | 10101 | 101101 | 110001 |
Color Harmonies of #B76D45
Complementary color
Monochromatic Colors of #B76D45
Black with #B76D45
Text Example
Text Example
White with #B76D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76D45; }
p { color: rgb(183,109,69); }
H1.HeaderClassName
{
color: #B76D45;
}
.AnyTagClassName
{
color: #B76D45;
}
</style>
background-color css
<style>
a { background-color: #B76D45; }
a { background-color: rgb(183,109,69); }
div.DivClassName
{
background-color: #B76D45;
}
.BgClassName
{
background-color: #B76D45;
}
</style>
border-color css
<style>
span { border-color: #B76D45; }
span { border-color: rgb(183,109,69); }
td.TdClassName
{
border-color: #B76D45;
}
.TagClassName
{
border-color: #B76D45;
}
</style>