Shades of Bourbon #B66E3C
Tints of Bourbon #B66E3C
RGB
CMYK
RGB Variations
Color information
#B66E3C (or 0xB66E3C) is known color: Bourbon. HEX triplet: B6, 6E and 3C. RGB value is (182,110,60). Sum of RGB (Red+Green+Blue) = 182+110+60=352 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.70% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66E3C is #4991C3. Grayscale: #7E7E7E. Windows color (decimal): -4821444 or 3960502. OLE color: 3960502.
HSL color Cylindrical-coordinate representation of color #B66E3C: hue angle of 24.59º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B66E3C is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 110 | 60 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.29 |
| HSL | 24.59º | 0.5% | 0.47% | - |
| HSV(B) | 24.59º | 0.67% | 0.71% | - |
| XYZ | 25.68 | 21.42 | 7.06 | - |
| YUV | 125.83 | 90.85 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 110 | 60 | 0 | 0.40 | 0.67 | 0.29 | 24.59 | 0.5 | 0.47 |
| Hex | B6 | 6E | 3C | 0 | 28 | 43 | 1D | 19 | 32 | 2F |
| Octal | 266 | 156 | 74 | 0 | 50 | 103 | 35 | 31 | 62 | 57 |
| Binary | 10110110 | 1101110 | 111100 | 0 | 101000 | 1000011 | 11101 | 11001 | 110010 | 101111 |
Color Harmonies of #B66E3C
Complementary color
Monochromatic Colors of #B66E3C
Black with #B66E3C
Text Example
Text Example
White with #B66E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66E3C; }
p { color: rgb(182,110,60); }
H1.HeaderClassName
{
color: #B66E3C;
}
.AnyTagClassName
{
color: #B66E3C;
}
</style>
background-color css
<style>
a { background-color: #B66E3C; }
a { background-color: rgb(182,110,60); }
div.DivClassName
{
background-color: #B66E3C;
}
.BgClassName
{
background-color: #B66E3C;
}
</style>
border-color css
<style>
span { border-color: #B66E3C; }
span { border-color: rgb(182,110,60); }
td.TdClassName
{
border-color: #B66E3C;
}
.TagClassName
{
border-color: #B66E3C;
}
</style>