Shades of Bourbon #B6743D
Tints of Bourbon #B6743D
RGB
CMYK
RGB Variations
Color information
#B6743D (or 0xB6743D) is known color: Bourbon. HEX triplet: B6, 74 and 3D. RGB value is (182,116,61). Sum of RGB (Red+Green+Blue) = 182+116+61=359 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.70% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 182 - color contains mainly: red. Hex color #B6743D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6743D is #498BC2. Grayscale: #818181. Windows color (decimal): -4819907 or 4027574. OLE color: 4027574.
HSL color Cylindrical-coordinate representation of color #B6743D: hue angle of 27.27º 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 #B6743D is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 116 | 61 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.29 |
| HSL | 27.27º | 0.5% | 0.48% | - |
| HSV(B) | 27.27º | 0.66% | 0.71% | - |
| XYZ | 26.38 | 22.77 | 7.42 | - |
| YUV | 129.46 | 89.37 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 116 | 61 | 0 | 0.36 | 0.66 | 0.29 | 27.27 | 0.5 | 0.48 |
| Hex | B6 | 74 | 3D | 0 | 24 | 42 | 1D | 1B | 32 | 30 |
| Octal | 266 | 164 | 75 | 0 | 44 | 102 | 35 | 33 | 62 | 60 |
| Binary | 10110110 | 1110100 | 111101 | 0 | 100100 | 1000010 | 11101 | 11011 | 110010 | 110000 |
Color Harmonies of #B6743D
Complementary color
Monochromatic Colors of #B6743D
Black with #B6743D
Text Example
Text Example
White with #B6743D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6743D; }
p { color: rgb(182,116,61); }
H1.HeaderClassName
{
color: #B6743D;
}
.AnyTagClassName
{
color: #B6743D;
}
</style>
background-color css
<style>
a { background-color: #B6743D; }
a { background-color: rgb(182,116,61); }
div.DivClassName
{
background-color: #B6743D;
}
.BgClassName
{
background-color: #B6743D;
}
</style>
border-color css
<style>
span { border-color: #B6743D; }
span { border-color: rgb(182,116,61); }
td.TdClassName
{
border-color: #B6743D;
}
.TagClassName
{
border-color: #B6743D;
}
</style>