Shades of Bourbon #B6733D
Tints of Bourbon #B6733D
RGB
CMYK
RGB Variations
Color information
#B6733D (or 0xB6733D) is known color: Bourbon. HEX triplet: B6, 73 and 3D. RGB value is (182,115,61). Sum of RGB (Red+Green+Blue) = 182+115+61=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B6733D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6733D is #498CC2. Grayscale: #818181. Windows color (decimal): -4820163 or 4027318. OLE color: 4027318.
HSL color Cylindrical-coordinate representation of color #B6733D: hue angle of 26.78º degrees, saturation: 0.5, 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 #B6733D is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 115 | 61 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.29 |
| HSL | 26.78º | 0.5% | 0.48% | - |
| HSV(B) | 26.78º | 0.66% | 0.71% | - |
| XYZ | 26.26 | 22.54 | 7.38 | - |
| YUV | 128.88 | 89.7 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 115 | 61 | 0 | 0.37 | 0.66 | 0.29 | 26.78 | 0.5 | 0.48 |
| Hex | B6 | 73 | 3D | 0 | 25 | 42 | 1D | 1B | 32 | 30 |
| Octal | 266 | 163 | 75 | 0 | 45 | 102 | 35 | 33 | 62 | 60 |
| Binary | 10110110 | 1110011 | 111101 | 0 | 100101 | 1000010 | 11101 | 11011 | 110010 | 110000 |
Color Harmonies of #B6733D
Complementary color
Monochromatic Colors of #B6733D
Black with #B6733D
Text Example
Text Example
White with #B6733D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6733D; }
p { color: rgb(182,115,61); }
H1.HeaderClassName
{
color: #B6733D;
}
.AnyTagClassName
{
color: #B6733D;
}
</style>
background-color css
<style>
a { background-color: #B6733D; }
a { background-color: rgb(182,115,61); }
div.DivClassName
{
background-color: #B6733D;
}
.BgClassName
{
background-color: #B6733D;
}
</style>
border-color css
<style>
span { border-color: #B6733D; }
span { border-color: rgb(182,115,61); }
td.TdClassName
{
border-color: #B6733D;
}
.TagClassName
{
border-color: #B6733D;
}
</style>