Shades of Bourbon #B07444
Tints of Bourbon #B07444
RGB
CMYK
RGB Variations
Color information
#B07444 (or 0xB07444) is known color: Bourbon. HEX triplet: B0, 74 and 44. RGB value is (176,116,68). Sum of RGB (Red+Green+Blue) = 176+116+68=360 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.89% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 176 - color contains mainly: red. Hex color #B07444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07444 is #4F8BBB. Grayscale: #808080. Windows color (decimal): -5213116 or 4486320. OLE color: 4486320.
HSL color Cylindrical-coordinate representation of color #B07444: hue angle of 26.67º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B07444 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 116 | 68 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.31 |
| HSL | 26.67º | 0.44% | 0.48% | - |
| HSV(B) | 26.67º | 0.61% | 0.69% | - |
| XYZ | 25.19 | 22.14 | 8.41 | - |
| YUV | 128.47 | 93.88 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 116 | 68 | 0 | 0.34 | 0.61 | 0.31 | 26.67 | 0.44 | 0.48 |
| Hex | B0 | 74 | 44 | 0 | 22 | 3D | 1F | 1B | 2C | 30 |
| Octal | 260 | 164 | 104 | 0 | 42 | 75 | 37 | 33 | 54 | 60 |
| Binary | 10110000 | 1110100 | 1000100 | 0 | 100010 | 111101 | 11111 | 11011 | 101100 | 110000 |
Color Harmonies of #B07444
Complementary color
Monochromatic Colors of #B07444
Black with #B07444
Text Example
Text Example
White with #B07444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07444; }
p { color: rgb(176,116,68); }
H1.HeaderClassName
{
color: #B07444;
}
.AnyTagClassName
{
color: #B07444;
}
</style>
background-color css
<style>
a { background-color: #B07444; }
a { background-color: rgb(176,116,68); }
div.DivClassName
{
background-color: #B07444;
}
.BgClassName
{
background-color: #B07444;
}
</style>
border-color css
<style>
span { border-color: #B07444; }
span { border-color: rgb(176,116,68); }
td.TdClassName
{
border-color: #B07444;
}
.TagClassName
{
border-color: #B07444;
}
</style>