Shades of Bourbon #B66C46
Tints of Bourbon #B66C46
RGB
CMYK
RGB Variations
Color information
#B66C46 (or 0xB66C46) is known color: Bourbon. HEX triplet: B6, 6C and 46. RGB value is (182,108,70). Sum of RGB (Red+Green+Blue) = 182+108+70=360 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.56% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 182 - color contains mainly: red. Hex color #B66C46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66C46 is #4993B9. Grayscale: #7E7E7E. Windows color (decimal): -4821946 or 4615350. OLE color: 4615350.
HSL color Cylindrical-coordinate representation of color #B66C46: hue angle of 20.36º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B66C46 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 108 | 70 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.29 |
| HSL | 20.36º | 0.44% | 0.49% | - |
| HSV(B) | 20.36º | 0.62% | 0.71% | - |
| XYZ | 25.76 | 21.11 | 8.51 | - |
| YUV | 125.79 | 96.52 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 108 | 70 | 0 | 0.41 | 0.62 | 0.29 | 20.36 | 0.44 | 0.49 |
| Hex | B6 | 6C | 46 | 0 | 29 | 3E | 1D | 14 | 2C | 31 |
| Octal | 266 | 154 | 106 | 0 | 51 | 76 | 35 | 24 | 54 | 61 |
| Binary | 10110110 | 1101100 | 1000110 | 0 | 101001 | 111110 | 11101 | 10100 | 101100 | 110001 |
Color Harmonies of #B66C46
Complementary color
Monochromatic Colors of #B66C46
Black with #B66C46
Text Example
Text Example
White with #B66C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66C46; }
p { color: rgb(182,108,70); }
H1.HeaderClassName
{
color: #B66C46;
}
.AnyTagClassName
{
color: #B66C46;
}
</style>
background-color css
<style>
a { background-color: #B66C46; }
a { background-color: rgb(182,108,70); }
div.DivClassName
{
background-color: #B66C46;
}
.BgClassName
{
background-color: #B66C46;
}
</style>
border-color css
<style>
span { border-color: #B66C46; }
span { border-color: rgb(182,108,70); }
td.TdClassName
{
border-color: #B66C46;
}
.TagClassName
{
border-color: #B66C46;
}
</style>