Shades of Bourbon #B6733E
Tints of Bourbon #B6733E
RGB
CMYK
RGB Variations
Color information
#B6733E (or 0xB6733E) is known color: Bourbon. HEX triplet: B6, 73 and 3E. RGB value is (182,115,62). Sum of RGB (Red+Green+Blue) = 182+115+62=359 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.70% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 62 (24.61% from 255 or 17.27% from 359); Max value from RGB is 182 - color contains mainly: red. Hex color #B6733E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6733E is #498CC1. Grayscale: #818181. Windows color (decimal): -4820162 or 4092854. OLE color: 4092854.
HSL color Cylindrical-coordinate representation of color #B6733E: hue angle of 26.5º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B6733E is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 115 | 62 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.29 |
| HSL | 26.5º | 0.49% | 0.48% | - |
| HSV(B) | 26.5º | 0.66% | 0.71% | - |
| XYZ | 26.29 | 22.55 | 7.53 | - |
| YUV | 128.99 | 90.2 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 115 | 62 | 0 | 0.37 | 0.66 | 0.29 | 26.5 | 0.49 | 0.48 |
| Hex | B6 | 73 | 3E | 0 | 25 | 42 | 1D | 1A | 31 | 30 |
| Octal | 266 | 163 | 76 | 0 | 45 | 102 | 35 | 32 | 61 | 60 |
| Binary | 10110110 | 1110011 | 111110 | 0 | 100101 | 1000010 | 11101 | 11010 | 110001 | 110000 |
Color Harmonies of #B6733E
Complementary color
Monochromatic Colors of #B6733E
Black with #B6733E
Text Example
Text Example
White with #B6733E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6733E; }
p { color: rgb(182,115,62); }
H1.HeaderClassName
{
color: #B6733E;
}
.AnyTagClassName
{
color: #B6733E;
}
</style>
background-color css
<style>
a { background-color: #B6733E; }
a { background-color: rgb(182,115,62); }
div.DivClassName
{
background-color: #B6733E;
}
.BgClassName
{
background-color: #B6733E;
}
</style>
border-color css
<style>
span { border-color: #B6733E; }
span { border-color: rgb(182,115,62); }
td.TdClassName
{
border-color: #B6733E;
}
.TagClassName
{
border-color: #B6733E;
}
</style>