Shades of Bourbon #B6703D
Tints of Bourbon #B6703D
RGB
CMYK
RGB Variations
Color information
#B6703D (or 0xB6703D) is known color: Bourbon. HEX triplet: B6, 70 and 3D. RGB value is (182,112,61). Sum of RGB (Red+Green+Blue) = 182+112+61=355 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.27% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 182 - color contains mainly: red. Hex color #B6703D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6703D is #498FC2. Grayscale: #7F7F7F. Windows color (decimal): -4820931 or 4026550. OLE color: 4026550.
HSL color Cylindrical-coordinate representation of color #B6703D: hue angle of 25.29º 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 #B6703D is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 112 | 61 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.29 |
| HSL | 25.29º | 0.5% | 0.48% | - |
| HSV(B) | 25.29º | 0.66% | 0.71% | - |
| XYZ | 25.93 | 21.87 | 7.27 | - |
| YUV | 127.12 | 90.69 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 112 | 61 | 0 | 0.38 | 0.66 | 0.29 | 25.29 | 0.5 | 0.48 |
| Hex | B6 | 70 | 3D | 0 | 26 | 42 | 1D | 19 | 32 | 30 |
| Octal | 266 | 160 | 75 | 0 | 46 | 102 | 35 | 31 | 62 | 60 |
| Binary | 10110110 | 1110000 | 111101 | 0 | 100110 | 1000010 | 11101 | 11001 | 110010 | 110000 |
Color Harmonies of #B6703D
Complementary color
Monochromatic Colors of #B6703D
Black with #B6703D
Text Example
Text Example
White with #B6703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6703D; }
p { color: rgb(182,112,61); }
H1.HeaderClassName
{
color: #B6703D;
}
.AnyTagClassName
{
color: #B6703D;
}
</style>
background-color css
<style>
a { background-color: #B6703D; }
a { background-color: rgb(182,112,61); }
div.DivClassName
{
background-color: #B6703D;
}
.BgClassName
{
background-color: #B6703D;
}
</style>
border-color css
<style>
span { border-color: #B6703D; }
span { border-color: rgb(182,112,61); }
td.TdClassName
{
border-color: #B6703D;
}
.TagClassName
{
border-color: #B6703D;
}
</style>