Shades of Bourbon #B77047
Tints of Bourbon #B77047
RGB
CMYK
RGB Variations
Color information
#B77047 (or 0xB77047) is known color: Bourbon. HEX triplet: B7, 70 and 47. RGB value is (183,112,71). Sum of RGB (Red+Green+Blue) = 183+112+71=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 71 (28.12% from 255 or 19.40% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B77047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77047 is #488FB8. Grayscale: #808080. Windows color (decimal): -4755385 or 4681911. OLE color: 4681911.
HSL color Cylindrical-coordinate representation of color #B77047: hue angle of 21.96º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B77047 is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 112 | 71 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.28 |
| HSL | 21.96º | 0.44% | 0.5% | - |
| HSV(B) | 21.96º | 0.61% | 0.72% | - |
| XYZ | 26.46 | 22.11 | 8.83 | - |
| YUV | 128.56 | 95.52 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 71 | 0 | 0.39 | 0.61 | 0.28 | 21.96 | 0.44 | 0.5 |
| Hex | B7 | 70 | 47 | 0 | 27 | 3D | 1C | 16 | 2C | 32 |
| Octal | 267 | 160 | 107 | 0 | 47 | 75 | 34 | 26 | 54 | 62 |
| Binary | 10110111 | 1110000 | 1000111 | 0 | 100111 | 111101 | 11100 | 10110 | 101100 | 110010 |
Color Harmonies of #B77047
Complementary color
Monochromatic Colors of #B77047
Black with #B77047
Text Example
Text Example
White with #B77047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77047; }
p { color: rgb(183,112,71); }
H1.HeaderClassName
{
color: #B77047;
}
.AnyTagClassName
{
color: #B77047;
}
</style>
background-color css
<style>
a { background-color: #B77047; }
a { background-color: rgb(183,112,71); }
div.DivClassName
{
background-color: #B77047;
}
.BgClassName
{
background-color: #B77047;
}
</style>
border-color css
<style>
span { border-color: #B77047; }
span { border-color: rgb(183,112,71); }
td.TdClassName
{
border-color: #B77047;
}
.TagClassName
{
border-color: #B77047;
}
</style>