Shades of Bourbon #B77449
Tints of Bourbon #B77449
RGB
CMYK
RGB Variations
Color information
#B77449 (or 0xB77449) is known color: Bourbon. HEX triplet: B7, 74 and 49. RGB value is (183,116,73). Sum of RGB (Red+Green+Blue) = 183+116+73=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B77449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77449 is #488BB6. Grayscale: #838383. Windows color (decimal): -4754359 or 4814007. OLE color: 4814007.
HSL color Cylindrical-coordinate representation of color #B77449: hue angle of 23.45º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B77449 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 116 | 73 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.28 |
| HSL | 23.45º | 0.43% | 0.5% | - |
| HSV(B) | 23.45º | 0.6% | 0.72% | - |
| XYZ | 26.98 | 23.04 | 9.33 | - |
| YUV | 131.13 | 95.2 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 116 | 73 | 0 | 0.37 | 0.60 | 0.28 | 23.45 | 0.43 | 0.5 |
| Hex | B7 | 74 | 49 | 0 | 25 | 3C | 1C | 17 | 2B | 32 |
| Octal | 267 | 164 | 111 | 0 | 45 | 74 | 34 | 27 | 53 | 62 |
| Binary | 10110111 | 1110100 | 1001001 | 0 | 100101 | 111100 | 11100 | 10111 | 101011 | 110010 |
Color Harmonies of #B77449
Complementary color
Monochromatic Colors of #B77449
Black with #B77449
Text Example
Text Example
White with #B77449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77449; }
p { color: rgb(183,116,73); }
H1.HeaderClassName
{
color: #B77449;
}
.AnyTagClassName
{
color: #B77449;
}
</style>
background-color css
<style>
a { background-color: #B77449; }
a { background-color: rgb(183,116,73); }
div.DivClassName
{
background-color: #B77449;
}
.BgClassName
{
background-color: #B77449;
}
</style>
border-color css
<style>
span { border-color: #B77449; }
span { border-color: rgb(183,116,73); }
td.TdClassName
{
border-color: #B77449;
}
.TagClassName
{
border-color: #B77449;
}
</style>