Shades of Bourbon #B06A44
Tints of Bourbon #B06A44
RGB
CMYK
RGB Variations
Color information
#B06A44 (or 0xB06A44) is known color: Bourbon. HEX triplet: B0, 6A and 44. RGB value is (176,106,68). Sum of RGB (Red+Green+Blue) = 176+106+68=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 68 (26.95% from 255 or 19.43% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06A44 is #4F95BB. Grayscale: #7A7A7A. Windows color (decimal): -5215676 or 4483760. OLE color: 4483760.
HSL color Cylindrical-coordinate representation of color #B06A44: hue angle of 21.11º 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 #B06A44 is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 106 | 68 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.31 |
| HSL | 21.11º | 0.44% | 0.48% | - |
| HSV(B) | 21.11º | 0.61% | 0.69% | - |
| XYZ | 24.1 | 19.96 | 8.05 | - |
| YUV | 122.6 | 97.19 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 106 | 68 | 0 | 0.40 | 0.61 | 0.31 | 21.11 | 0.44 | 0.48 |
| Hex | B0 | 6A | 44 | 0 | 28 | 3D | 1F | 15 | 2C | 30 |
| Octal | 260 | 152 | 104 | 0 | 50 | 75 | 37 | 25 | 54 | 60 |
| Binary | 10110000 | 1101010 | 1000100 | 0 | 101000 | 111101 | 11111 | 10101 | 101100 | 110000 |
Color Harmonies of #B06A44
Complementary color
Monochromatic Colors of #B06A44
Black with #B06A44
Text Example
Text Example
White with #B06A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06A44; }
p { color: rgb(176,106,68); }
H1.HeaderClassName
{
color: #B06A44;
}
.AnyTagClassName
{
color: #B06A44;
}
</style>
background-color css
<style>
a { background-color: #B06A44; }
a { background-color: rgb(176,106,68); }
div.DivClassName
{
background-color: #B06A44;
}
.BgClassName
{
background-color: #B06A44;
}
</style>
border-color css
<style>
span { border-color: #B06A44; }
span { border-color: rgb(176,106,68); }
td.TdClassName
{
border-color: #B06A44;
}
.TagClassName
{
border-color: #B06A44;
}
</style>