Shades of Bourbon #B16C3C
Tints of Bourbon #B16C3C
RGB
CMYK
RGB Variations
Color information
#B16C3C (or 0xB16C3C) is known color: Bourbon. HEX triplet: B1, 6C and 3C. RGB value is (177,108,60). Sum of RGB (Red+Green+Blue) = 177+108+60=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16C3C is #4E93C3. Grayscale: #7B7B7B. Windows color (decimal): -5149636 or 3959985. OLE color: 3959985.
HSL color Cylindrical-coordinate representation of color #B16C3C: hue angle of 24.62º 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 #B16C3C is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 108 | 60 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.31 |
| HSL | 24.62º | 0.49% | 0.46% | - |
| HSV(B) | 24.62º | 0.66% | 0.69% | - |
| XYZ | 24.31 | 20.4 | 6.93 | - |
| YUV | 123.16 | 92.36 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 108 | 60 | 0 | 0.39 | 0.66 | 0.31 | 24.62 | 0.49 | 0.46 |
| Hex | B1 | 6C | 3C | 0 | 27 | 42 | 1F | 19 | 31 | 2E |
| Octal | 261 | 154 | 74 | 0 | 47 | 102 | 37 | 31 | 61 | 56 |
| Binary | 10110001 | 1101100 | 111100 | 0 | 100111 | 1000010 | 11111 | 11001 | 110001 | 101110 |
Color Harmonies of #B16C3C
Complementary color
Monochromatic Colors of #B16C3C
Black with #B16C3C
Text Example
Text Example
White with #B16C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16C3C; }
p { color: rgb(177,108,60); }
H1.HeaderClassName
{
color: #B16C3C;
}
.AnyTagClassName
{
color: #B16C3C;
}
</style>
background-color css
<style>
a { background-color: #B16C3C; }
a { background-color: rgb(177,108,60); }
div.DivClassName
{
background-color: #B16C3C;
}
.BgClassName
{
background-color: #B16C3C;
}
</style>
border-color css
<style>
span { border-color: #B16C3C; }
span { border-color: rgb(177,108,60); }
td.TdClassName
{
border-color: #B16C3C;
}
.TagClassName
{
border-color: #B16C3C;
}
</style>