Shades of Bourbon #B76A45
Tints of Bourbon #B76A45
RGB
CMYK
RGB Variations
Color information
#B76A45 (or 0xB76A45) is known color: Bourbon. HEX triplet: B7, 6A and 45. RGB value is (183,106,69). Sum of RGB (Red+Green+Blue) = 183+106+69=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76A45 is #4895BA. Grayscale: #7D7D7D. Windows color (decimal): -4756923 or 4549303. OLE color: 4549303.
HSL color Cylindrical-coordinate representation of color #B76A45: hue angle of 19.47º 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 #B76A45 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 106 | 69 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.28 |
| HSL | 19.47º | 0.45% | 0.49% | - |
| HSV(B) | 19.47º | 0.62% | 0.72% | - |
| XYZ | 25.76 | 20.81 | 8.29 | - |
| YUV | 124.81 | 96.51 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 106 | 69 | 0 | 0.42 | 0.62 | 0.28 | 19.47 | 0.45 | 0.49 |
| Hex | B7 | 6A | 45 | 0 | 2A | 3E | 1C | 13 | 2D | 31 |
| Octal | 267 | 152 | 105 | 0 | 52 | 76 | 34 | 23 | 55 | 61 |
| Binary | 10110111 | 1101010 | 1000101 | 0 | 101010 | 111110 | 11100 | 10011 | 101101 | 110001 |
Color Harmonies of #B76A45
Complementary color
Monochromatic Colors of #B76A45
Black with #B76A45
Text Example
Text Example
White with #B76A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76A45; }
p { color: rgb(183,106,69); }
H1.HeaderClassName
{
color: #B76A45;
}
.AnyTagClassName
{
color: #B76A45;
}
</style>
background-color css
<style>
a { background-color: #B76A45; }
a { background-color: rgb(183,106,69); }
div.DivClassName
{
background-color: #B76A45;
}
.BgClassName
{
background-color: #B76A45;
}
</style>
border-color css
<style>
span { border-color: #B76A45; }
span { border-color: rgb(183,106,69); }
td.TdClassName
{
border-color: #B76A45;
}
.TagClassName
{
border-color: #B76A45;
}
</style>