Shades of Bourbon #B66841
Tints of Bourbon #B66841
RGB
CMYK
RGB Variations
Color information
#B66841 (or 0xB66841) is known color: Bourbon. HEX triplet: B6, 68 and 41. RGB value is (182,104,65). Sum of RGB (Red+Green+Blue) = 182+104+65=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B66841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66841 is #4997BE. Grayscale: #7B7B7B. Windows color (decimal): -4822975 or 4286646. OLE color: 4286646.
HSL color Cylindrical-coordinate representation of color #B66841: hue angle of 20º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B66841 is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 104 | 65 | - |
| CMYK | 0 | 0.43 | 0.64 | 0.29 |
| HSL | 20º | 0.47% | 0.48% | - |
| HSV(B) | 20º | 0.64% | 0.71% | - |
| XYZ | 25.2 | 20.23 | 7.58 | - |
| YUV | 122.88 | 95.34 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 104 | 65 | 0 | 0.43 | 0.64 | 0.29 | 20 | 0.47 | 0.48 |
| Hex | B6 | 68 | 41 | 0 | 2B | 40 | 1D | 14 | 2F | 30 |
| Octal | 266 | 150 | 101 | 0 | 53 | 100 | 35 | 24 | 57 | 60 |
| Binary | 10110110 | 1101000 | 1000001 | 0 | 101011 | 1000000 | 11101 | 10100 | 101111 | 110000 |
Color Harmonies of #B66841
Complementary color
Monochromatic Colors of #B66841
Black with #B66841
Text Example
Text Example
White with #B66841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66841; }
p { color: rgb(182,104,65); }
H1.HeaderClassName
{
color: #B66841;
}
.AnyTagClassName
{
color: #B66841;
}
</style>
background-color css
<style>
a { background-color: #B66841; }
a { background-color: rgb(182,104,65); }
div.DivClassName
{
background-color: #B66841;
}
.BgClassName
{
background-color: #B66841;
}
</style>
border-color css
<style>
span { border-color: #B66841; }
span { border-color: rgb(182,104,65); }
td.TdClassName
{
border-color: #B66841;
}
.TagClassName
{
border-color: #B66841;
}
</style>