Shades of Bourbon #B3683F
Tints of Bourbon #B3683F
RGB
CMYK
RGB Variations
Color information
#B3683F (or 0xB3683F) is known color: Bourbon. HEX triplet: B3, 68 and 3F. RGB value is (179,104,63). Sum of RGB (Red+Green+Blue) = 179+104+63=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B3683F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3683F is #4C97C0. Grayscale: #797979. Windows color (decimal): -5019585 or 4155571. OLE color: 4155571.
HSL color Cylindrical-coordinate representation of color #B3683F: hue angle of 21.21º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B3683F is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 104 | 63 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.30 |
| HSL | 21.21º | 0.48% | 0.47% | - |
| HSV(B) | 21.21º | 0.65% | 0.7% | - |
| XYZ | 24.44 | 19.84 | 7.24 | - |
| YUV | 121.75 | 94.85 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 104 | 63 | 0 | 0.42 | 0.65 | 0.30 | 21.21 | 0.48 | 0.47 |
| Hex | B3 | 68 | 3F | 0 | 2A | 41 | 1E | 15 | 30 | 2F |
| Octal | 263 | 150 | 77 | 0 | 52 | 101 | 36 | 25 | 60 | 57 |
| Binary | 10110011 | 1101000 | 111111 | 0 | 101010 | 1000001 | 11110 | 10101 | 110000 | 101111 |
Color Harmonies of #B3683F
Complementary color
Monochromatic Colors of #B3683F
Black with #B3683F
Text Example
Text Example
White with #B3683F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3683F; }
p { color: rgb(179,104,63); }
H1.HeaderClassName
{
color: #B3683F;
}
.AnyTagClassName
{
color: #B3683F;
}
</style>
background-color css
<style>
a { background-color: #B3683F; }
a { background-color: rgb(179,104,63); }
div.DivClassName
{
background-color: #B3683F;
}
.BgClassName
{
background-color: #B3683F;
}
</style>
border-color css
<style>
span { border-color: #B3683F; }
span { border-color: rgb(179,104,63); }
td.TdClassName
{
border-color: #B3683F;
}
.TagClassName
{
border-color: #B3683F;
}
</style>