Shades of Bourbon #B6683C
Tints of Bourbon #B6683C
RGB
CMYK
RGB Variations
Color information
#B6683C (or 0xB6683C) is known color: Bourbon. HEX triplet: B6, 68 and 3C. RGB value is (182,104,60). Sum of RGB (Red+Green+Blue) = 182+104+60=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B6683C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6683C is #4997C3. Grayscale: #7A7A7A. Windows color (decimal): -4822980 or 3958966. OLE color: 3958966.
HSL color Cylindrical-coordinate representation of color #B6683C: hue angle of 21.64º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B6683C is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 104 | 60 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.29 |
| HSL | 21.64º | 0.5% | 0.47% | - |
| HSV(B) | 21.64º | 0.67% | 0.71% | - |
| XYZ | 25.06 | 20.17 | 6.85 | - |
| YUV | 122.31 | 92.84 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 104 | 60 | 0 | 0.43 | 0.67 | 0.29 | 21.64 | 0.5 | 0.47 |
| Hex | B6 | 68 | 3C | 0 | 2B | 43 | 1D | 16 | 32 | 2F |
| Octal | 266 | 150 | 74 | 0 | 53 | 103 | 35 | 26 | 62 | 57 |
| Binary | 10110110 | 1101000 | 111100 | 0 | 101011 | 1000011 | 11101 | 10110 | 110010 | 101111 |
Color Harmonies of #B6683C
Complementary color
Monochromatic Colors of #B6683C
Black with #B6683C
Text Example
Text Example
White with #B6683C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6683C; }
p { color: rgb(182,104,60); }
H1.HeaderClassName
{
color: #B6683C;
}
.AnyTagClassName
{
color: #B6683C;
}
</style>
background-color css
<style>
a { background-color: #B6683C; }
a { background-color: rgb(182,104,60); }
div.DivClassName
{
background-color: #B6683C;
}
.BgClassName
{
background-color: #B6683C;
}
</style>
border-color css
<style>
span { border-color: #B6683C; }
span { border-color: rgb(182,104,60); }
td.TdClassName
{
border-color: #B6683C;
}
.TagClassName
{
border-color: #B6683C;
}
</style>