Shades of Bourbon #B77344
Tints of Bourbon #B77344
RGB
CMYK
RGB Variations
Color information
#B77344 (or 0xB77344) is known color: Bourbon. HEX triplet: B7, 73 and 44. RGB value is (183,115,68). Sum of RGB (Red+Green+Blue) = 183+115+68=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B77344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77344 is #488CBB. Grayscale: #828282. Windows color (decimal): -4754620 or 4486071. OLE color: 4486071.
HSL color Cylindrical-coordinate representation of color #B77344: hue angle of 24.52º 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 #B77344 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 115 | 68 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.28 |
| HSL | 24.52º | 0.46% | 0.49% | - |
| HSV(B) | 24.52º | 0.63% | 0.72% | - |
| XYZ | 26.7 | 22.75 | 8.45 | - |
| YUV | 129.97 | 93.03 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 115 | 68 | 0 | 0.37 | 0.63 | 0.28 | 24.52 | 0.46 | 0.49 |
| Hex | B7 | 73 | 44 | 0 | 25 | 3F | 1C | 19 | 2E | 31 |
| Octal | 267 | 163 | 104 | 0 | 45 | 77 | 34 | 31 | 56 | 61 |
| Binary | 10110111 | 1110011 | 1000100 | 0 | 100101 | 111111 | 11100 | 11001 | 101110 | 110001 |
Color Harmonies of #B77344
Complementary color
Monochromatic Colors of #B77344
Black with #B77344
Text Example
Text Example
White with #B77344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77344; }
p { color: rgb(183,115,68); }
H1.HeaderClassName
{
color: #B77344;
}
.AnyTagClassName
{
color: #B77344;
}
</style>
background-color css
<style>
a { background-color: #B77344; }
a { background-color: rgb(183,115,68); }
div.DivClassName
{
background-color: #B77344;
}
.BgClassName
{
background-color: #B77344;
}
</style>
border-color css
<style>
span { border-color: #B77344; }
span { border-color: rgb(183,115,68); }
td.TdClassName
{
border-color: #B77344;
}
.TagClassName
{
border-color: #B77344;
}
</style>