Shades of Bourbon #B06C47
Tints of Bourbon #B06C47
RGB
CMYK
RGB Variations
Color information
#B06C47 (or 0xB06C47) is known color: Bourbon. HEX triplet: B0, 6C and 47. RGB value is (176,108,71). Sum of RGB (Red+Green+Blue) = 176+108+71=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 71 (28.12% from 255 or 20% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06C47 is #4F93B8. Grayscale: #7C7C7C. Windows color (decimal): -5215161 or 4680880. OLE color: 4680880.
HSL color Cylindrical-coordinate representation of color #B06C47: hue angle of 21.14º 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 #B06C47 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 108 | 71 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.31 |
| HSL | 21.14º | 0.43% | 0.48% | - |
| HSV(B) | 21.14º | 0.6% | 0.69% | - |
| XYZ | 24.4 | 20.41 | 8.61 | - |
| YUV | 124.11 | 98.03 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 108 | 71 | 0 | 0.39 | 0.60 | 0.31 | 21.14 | 0.43 | 0.48 |
| Hex | B0 | 6C | 47 | 0 | 27 | 3C | 1F | 15 | 2B | 30 |
| Octal | 260 | 154 | 107 | 0 | 47 | 74 | 37 | 25 | 53 | 60 |
| Binary | 10110000 | 1101100 | 1000111 | 0 | 100111 | 111100 | 11111 | 10101 | 101011 | 110000 |
Color Harmonies of #B06C47
Complementary color
Monochromatic Colors of #B06C47
Black with #B06C47
Text Example
Text Example
White with #B06C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06C47; }
p { color: rgb(176,108,71); }
H1.HeaderClassName
{
color: #B06C47;
}
.AnyTagClassName
{
color: #B06C47;
}
</style>
background-color css
<style>
a { background-color: #B06C47; }
a { background-color: rgb(176,108,71); }
div.DivClassName
{
background-color: #B06C47;
}
.BgClassName
{
background-color: #B06C47;
}
</style>
border-color css
<style>
span { border-color: #B06C47; }
span { border-color: rgb(176,108,71); }
td.TdClassName
{
border-color: #B06C47;
}
.TagClassName
{
border-color: #B06C47;
}
</style>