Shades of Bourbon #B06C3C
Tints of Bourbon #B06C3C
RGB
CMYK
RGB Variations
Color information
#B06C3C (or 0xB06C3C) is known color: Bourbon. HEX triplet: B0, 6C and 3C. RGB value is (176,108,60). Sum of RGB (Red+Green+Blue) = 176+108+60=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06C3C is #4F93C3. Grayscale: #7B7B7B. Windows color (decimal): -5215172 or 3959984. OLE color: 3959984.
HSL color Cylindrical-coordinate representation of color #B06C3C: hue angle of 24.83º degrees, saturation: 0.49, 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 #B06C3C is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 108 | 60 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.31 |
| HSL | 24.83º | 0.49% | 0.46% | - |
| HSV(B) | 24.83º | 0.66% | 0.69% | - |
| XYZ | 24.08 | 20.28 | 6.92 | - |
| YUV | 122.86 | 92.53 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 108 | 60 | 0 | 0.39 | 0.66 | 0.31 | 24.83 | 0.49 | 0.46 |
| Hex | B0 | 6C | 3C | 0 | 27 | 42 | 1F | 19 | 31 | 2E |
| Octal | 260 | 154 | 74 | 0 | 47 | 102 | 37 | 31 | 61 | 56 |
| Binary | 10110000 | 1101100 | 111100 | 0 | 100111 | 1000010 | 11111 | 11001 | 110001 | 101110 |
Color Harmonies of #B06C3C
Complementary color
Monochromatic Colors of #B06C3C
Black with #B06C3C
Text Example
Text Example
White with #B06C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06C3C; }
p { color: rgb(176,108,60); }
H1.HeaderClassName
{
color: #B06C3C;
}
.AnyTagClassName
{
color: #B06C3C;
}
</style>
background-color css
<style>
a { background-color: #B06C3C; }
a { background-color: rgb(176,108,60); }
div.DivClassName
{
background-color: #B06C3C;
}
.BgClassName
{
background-color: #B06C3C;
}
</style>
border-color css
<style>
span { border-color: #B06C3C; }
span { border-color: rgb(176,108,60); }
td.TdClassName
{
border-color: #B06C3C;
}
.TagClassName
{
border-color: #B06C3C;
}
</style>