Shades of Bourbon #B76A44
Tints of Bourbon #B76A44
RGB
CMYK
RGB Variations
Color information
#B76A44 (or 0xB76A44) is known color: Bourbon. HEX triplet: B7, 6A and 44. RGB value is (183,106,68). Sum of RGB (Red+Green+Blue) = 183+106+68=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76A44 is #4895BB. Grayscale: #7C7C7C. Windows color (decimal): -4756924 or 4483767. OLE color: 4483767.
HSL color Cylindrical-coordinate representation of color #B76A44: hue angle of 19.83º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B76A44 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 106 | 68 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.28 |
| HSL | 19.83º | 0.46% | 0.49% | - |
| HSV(B) | 19.83º | 0.63% | 0.72% | - |
| XYZ | 25.73 | 20.79 | 8.13 | - |
| YUV | 124.69 | 96.01 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 106 | 68 | 0 | 0.42 | 0.63 | 0.28 | 19.83 | 0.46 | 0.49 |
| Hex | B7 | 6A | 44 | 0 | 2A | 3F | 1C | 14 | 2E | 31 |
| Octal | 267 | 152 | 104 | 0 | 52 | 77 | 34 | 24 | 56 | 61 |
| Binary | 10110111 | 1101010 | 1000100 | 0 | 101010 | 111111 | 11100 | 10100 | 101110 | 110001 |
Color Harmonies of #B76A44
Complementary color
Monochromatic Colors of #B76A44
Black with #B76A44
Text Example
Text Example
White with #B76A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76A44; }
p { color: rgb(183,106,68); }
H1.HeaderClassName
{
color: #B76A44;
}
.AnyTagClassName
{
color: #B76A44;
}
</style>
background-color css
<style>
a { background-color: #B76A44; }
a { background-color: rgb(183,106,68); }
div.DivClassName
{
background-color: #B76A44;
}
.BgClassName
{
background-color: #B76A44;
}
</style>
border-color css
<style>
span { border-color: #B76A44; }
span { border-color: rgb(183,106,68); }
td.TdClassName
{
border-color: #B76A44;
}
.TagClassName
{
border-color: #B76A44;
}
</style>