Shades of Bourbon #B07048
Tints of Bourbon #B07048
RGB
CMYK
RGB Variations
Color information
#B07048 (or 0xB07048) is known color: Bourbon. HEX triplet: B0, 70 and 48. RGB value is (176,112,72). Sum of RGB (Red+Green+Blue) = 176+112+72=360 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.89% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 176 - color contains mainly: red. Hex color #B07048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07048 is #4F8FB7. Grayscale: #7E7E7E. Windows color (decimal): -5214136 or 4747440. OLE color: 4747440.
HSL color Cylindrical-coordinate representation of color #B07048: hue angle of 23.08º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B07048 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 112 | 72 | - |
| CMYK | 0 | 0.36 | 0.59 | 0.31 |
| HSL | 23.08º | 0.42% | 0.49% | - |
| HSV(B) | 23.08º | 0.59% | 0.69% | - |
| XYZ | 24.87 | 21.29 | 8.93 | - |
| YUV | 126.58 | 97.2 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 72 | 0 | 0.36 | 0.59 | 0.31 | 23.08 | 0.42 | 0.49 |
| Hex | B0 | 70 | 48 | 0 | 24 | 3B | 1F | 17 | 2A | 31 |
| Octal | 260 | 160 | 110 | 0 | 44 | 73 | 37 | 27 | 52 | 61 |
| Binary | 10110000 | 1110000 | 1001000 | 0 | 100100 | 111011 | 11111 | 10111 | 101010 | 110001 |
Color Harmonies of #B07048
Complementary color
Monochromatic Colors of #B07048
Black with #B07048
Text Example
Text Example
White with #B07048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07048; }
p { color: rgb(176,112,72); }
H1.HeaderClassName
{
color: #B07048;
}
.AnyTagClassName
{
color: #B07048;
}
</style>
background-color css
<style>
a { background-color: #B07048; }
a { background-color: rgb(176,112,72); }
div.DivClassName
{
background-color: #B07048;
}
.BgClassName
{
background-color: #B07048;
}
</style>
border-color css
<style>
span { border-color: #B07048; }
span { border-color: rgb(176,112,72); }
td.TdClassName
{
border-color: #B07048;
}
.TagClassName
{
border-color: #B07048;
}
</style>