Shades of Bourbon #B06F3A
Tints of Bourbon #B06F3A
RGB
CMYK
RGB Variations
Color information
#B06F3A (or 0xB06F3A) is known color: Bourbon. HEX triplet: B0, 6F and 3A. RGB value is (176,111,58). Sum of RGB (Red+Green+Blue) = 176+111+58=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 58 (23.05% from 255 or 16.81% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06F3A is #4F90C5. Grayscale: #7C7C7C. Windows color (decimal): -5214406 or 3829680. OLE color: 3829680.
HSL color Cylindrical-coordinate representation of color #B06F3A: hue angle of 26.95º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B06F3A is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 111 | 58 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.31 |
| HSL | 26.95º | 0.5% | 0.46% | - |
| HSV(B) | 26.95º | 0.67% | 0.69% | - |
| XYZ | 24.35 | 20.9 | 6.75 | - |
| YUV | 124.39 | 90.53 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 58 | 0 | 0.37 | 0.67 | 0.31 | 26.95 | 0.5 | 0.46 |
| Hex | B0 | 6F | 3A | 0 | 25 | 43 | 1F | 1B | 32 | 2E |
| Octal | 260 | 157 | 72 | 0 | 45 | 103 | 37 | 33 | 62 | 56 |
| Binary | 10110000 | 1101111 | 111010 | 0 | 100101 | 1000011 | 11111 | 11011 | 110010 | 101110 |
Color Harmonies of #B06F3A
Complementary color
Monochromatic Colors of #B06F3A
Black with #B06F3A
Text Example
Text Example
White with #B06F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06F3A; }
p { color: rgb(176,111,58); }
H1.HeaderClassName
{
color: #B06F3A;
}
.AnyTagClassName
{
color: #B06F3A;
}
</style>
background-color css
<style>
a { background-color: #B06F3A; }
a { background-color: rgb(176,111,58); }
div.DivClassName
{
background-color: #B06F3A;
}
.BgClassName
{
background-color: #B06F3A;
}
</style>
border-color css
<style>
span { border-color: #B06F3A; }
span { border-color: rgb(176,111,58); }
td.TdClassName
{
border-color: #B06F3A;
}
.TagClassName
{
border-color: #B06F3A;
}
</style>