Shades of Bourbon #B77347
Tints of Bourbon #B77347
RGB
CMYK
RGB Variations
Color information
#B77347 (or 0xB77347) is known color: Bourbon. HEX triplet: B7, 73 and 47. RGB value is (183,115,71). Sum of RGB (Red+Green+Blue) = 183+115+71=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B77347 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77347 is #488CB8. Grayscale: #828282. Windows color (decimal): -4754617 or 4682679. OLE color: 4682679.
HSL color Cylindrical-coordinate representation of color #B77347: hue angle of 23.57º 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 #B77347 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 115 | 71 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.28 |
| HSL | 23.57º | 0.44% | 0.5% | - |
| HSV(B) | 23.57º | 0.61% | 0.72% | - |
| XYZ | 26.8 | 22.78 | 8.95 | - |
| YUV | 130.32 | 94.53 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 115 | 71 | 0 | 0.37 | 0.61 | 0.28 | 23.57 | 0.44 | 0.5 |
| Hex | B7 | 73 | 47 | 0 | 25 | 3D | 1C | 18 | 2C | 32 |
| Octal | 267 | 163 | 107 | 0 | 45 | 75 | 34 | 30 | 54 | 62 |
| Binary | 10110111 | 1110011 | 1000111 | 0 | 100101 | 111101 | 11100 | 11000 | 101100 | 110010 |
Color Harmonies of #B77347
Complementary color
Monochromatic Colors of #B77347
Black with #B77347
Text Example
Text Example
White with #B77347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77347; }
p { color: rgb(183,115,71); }
H1.HeaderClassName
{
color: #B77347;
}
.AnyTagClassName
{
color: #B77347;
}
</style>
background-color css
<style>
a { background-color: #B77347; }
a { background-color: rgb(183,115,71); }
div.DivClassName
{
background-color: #B77347;
}
.BgClassName
{
background-color: #B77347;
}
</style>
border-color css
<style>
span { border-color: #B77347; }
span { border-color: rgb(183,115,71); }
td.TdClassName
{
border-color: #B77347;
}
.TagClassName
{
border-color: #B77347;
}
</style>