Shades of Bourbon #B07046
Tints of Bourbon #B07046
RGB
CMYK
RGB Variations
Color information
#B07046 (or 0xB07046) is known color: Bourbon. HEX triplet: B0, 70 and 46. RGB value is (176,112,70). Sum of RGB (Red+Green+Blue) = 176+112+70=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B07046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07046 is #4F8FB9. Grayscale: #7E7E7E. Windows color (decimal): -5214138 or 4616368. OLE color: 4616368.
HSL color Cylindrical-coordinate representation of color #B07046: hue angle of 23.77º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B07046 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 112 | 70 | - |
| CMYK | 0 | 0.36 | 0.60 | 0.31 |
| HSL | 23.77º | 0.43% | 0.48% | - |
| HSV(B) | 23.77º | 0.6% | 0.69% | - |
| XYZ | 24.8 | 21.26 | 8.59 | - |
| YUV | 126.35 | 96.2 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 70 | 0 | 0.36 | 0.60 | 0.31 | 23.77 | 0.43 | 0.48 |
| Hex | B0 | 70 | 46 | 0 | 24 | 3C | 1F | 18 | 2B | 30 |
| Octal | 260 | 160 | 106 | 0 | 44 | 74 | 37 | 30 | 53 | 60 |
| Binary | 10110000 | 1110000 | 1000110 | 0 | 100100 | 111100 | 11111 | 11000 | 101011 | 110000 |
Color Harmonies of #B07046
Complementary color
Monochromatic Colors of #B07046
Black with #B07046
Text Example
Text Example
White with #B07046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07046; }
p { color: rgb(176,112,70); }
H1.HeaderClassName
{
color: #B07046;
}
.AnyTagClassName
{
color: #B07046;
}
</style>
background-color css
<style>
a { background-color: #B07046; }
a { background-color: rgb(176,112,70); }
div.DivClassName
{
background-color: #B07046;
}
.BgClassName
{
background-color: #B07046;
}
</style>
border-color css
<style>
span { border-color: #B07046; }
span { border-color: rgb(176,112,70); }
td.TdClassName
{
border-color: #B07046;
}
.TagClassName
{
border-color: #B07046;
}
</style>