Shades of Bourbon #B06C44
Tints of Bourbon #B06C44
RGB
CMYK
RGB Variations
Color information
#B06C44 (or 0xB06C44) is known color: Bourbon. HEX triplet: B0, 6C and 44. RGB value is (176,108,68). Sum of RGB (Red+Green+Blue) = 176+108+68=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06C44 is #4F93BB. Grayscale: #7C7C7C. Windows color (decimal): -5215164 or 4484272. OLE color: 4484272.
HSL color Cylindrical-coordinate representation of color #B06C44: hue angle of 22.22º 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 #B06C44 is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 108 | 68 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.31 |
| HSL | 22.22º | 0.44% | 0.48% | - |
| HSV(B) | 22.22º | 0.61% | 0.69% | - |
| XYZ | 24.31 | 20.37 | 8.12 | - |
| YUV | 123.77 | 96.53 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 108 | 68 | 0 | 0.39 | 0.61 | 0.31 | 22.22 | 0.44 | 0.48 |
| Hex | B0 | 6C | 44 | 0 | 27 | 3D | 1F | 16 | 2C | 30 |
| Octal | 260 | 154 | 104 | 0 | 47 | 75 | 37 | 26 | 54 | 60 |
| Binary | 10110000 | 1101100 | 1000100 | 0 | 100111 | 111101 | 11111 | 10110 | 101100 | 110000 |
Color Harmonies of #B06C44
Complementary color
Monochromatic Colors of #B06C44
Black with #B06C44
Text Example
Text Example
White with #B06C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06C44; }
p { color: rgb(176,108,68); }
H1.HeaderClassName
{
color: #B06C44;
}
.AnyTagClassName
{
color: #B06C44;
}
</style>
background-color css
<style>
a { background-color: #B06C44; }
a { background-color: rgb(176,108,68); }
div.DivClassName
{
background-color: #B06C44;
}
.BgClassName
{
background-color: #B06C44;
}
</style>
border-color css
<style>
span { border-color: #B06C44; }
span { border-color: rgb(176,108,68); }
td.TdClassName
{
border-color: #B06C44;
}
.TagClassName
{
border-color: #B06C44;
}
</style>