Shades of Bourbon #B06E3B
Tints of Bourbon #B06E3B
RGB
CMYK
RGB Variations
Color information
#B06E3B (or 0xB06E3B) is known color: Bourbon. HEX triplet: B0, 6E and 3B. RGB value is (176,110,59). Sum of RGB (Red+Green+Blue) = 176+110+59=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B06E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06E3B is #4F91C4. Grayscale: #7C7C7C. Windows color (decimal): -5214661 or 3894960. OLE color: 3894960.
HSL color Cylindrical-coordinate representation of color #B06E3B: hue angle of 26.15º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B06E3B is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 110 | 59 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.31 |
| HSL | 26.15º | 0.5% | 0.46% | - |
| HSV(B) | 26.15º | 0.66% | 0.69% | - |
| XYZ | 24.27 | 20.7 | 6.85 | - |
| YUV | 123.92 | 91.37 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 110 | 59 | 0 | 0.37 | 0.66 | 0.31 | 26.15 | 0.5 | 0.46 |
| Hex | B0 | 6E | 3B | 0 | 25 | 42 | 1F | 1A | 32 | 2E |
| Octal | 260 | 156 | 73 | 0 | 45 | 102 | 37 | 32 | 62 | 56 |
| Binary | 10110000 | 1101110 | 111011 | 0 | 100101 | 1000010 | 11111 | 11010 | 110010 | 101110 |
Color Harmonies of #B06E3B
Complementary color
Monochromatic Colors of #B06E3B
Black with #B06E3B
Text Example
Text Example
White with #B06E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06E3B; }
p { color: rgb(176,110,59); }
H1.HeaderClassName
{
color: #B06E3B;
}
.AnyTagClassName
{
color: #B06E3B;
}
</style>
background-color css
<style>
a { background-color: #B06E3B; }
a { background-color: rgb(176,110,59); }
div.DivClassName
{
background-color: #B06E3B;
}
.BgClassName
{
background-color: #B06E3B;
}
</style>
border-color css
<style>
span { border-color: #B06E3B; }
span { border-color: rgb(176,110,59); }
td.TdClassName
{
border-color: #B06E3B;
}
.TagClassName
{
border-color: #B06E3B;
}
</style>