Shades of Bourbon #B3703C
Tints of Bourbon #B3703C
RGB
CMYK
RGB Variations
Color information
#B3703C (or 0xB3703C) is known color: Bourbon. HEX triplet: B3, 70 and 3C. RGB value is (179,112,60). Sum of RGB (Red+Green+Blue) = 179+112+60=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B3703C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3703C is #4C8FC3. Grayscale: #7E7E7E. Windows color (decimal): -5017540 or 3961011. OLE color: 3961011.
HSL color Cylindrical-coordinate representation of color #B3703C: hue angle of 26.22º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B3703C is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 112 | 60 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.30 |
| HSL | 26.22º | 0.5% | 0.47% | - |
| HSV(B) | 26.22º | 0.66% | 0.7% | - |
| XYZ | 25.2 | 21.5 | 7.1 | - |
| YUV | 126.11 | 90.7 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 112 | 60 | 0 | 0.37 | 0.66 | 0.30 | 26.22 | 0.5 | 0.47 |
| Hex | B3 | 70 | 3C | 0 | 25 | 42 | 1E | 1A | 32 | 2F |
| Octal | 263 | 160 | 74 | 0 | 45 | 102 | 36 | 32 | 62 | 57 |
| Binary | 10110011 | 1110000 | 111100 | 0 | 100101 | 1000010 | 11110 | 11010 | 110010 | 101111 |
Color Harmonies of #B3703C
Complementary color
Monochromatic Colors of #B3703C
Black with #B3703C
Text Example
Text Example
White with #B3703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3703C; }
p { color: rgb(179,112,60); }
H1.HeaderClassName
{
color: #B3703C;
}
.AnyTagClassName
{
color: #B3703C;
}
</style>
background-color css
<style>
a { background-color: #B3703C; }
a { background-color: rgb(179,112,60); }
div.DivClassName
{
background-color: #B3703C;
}
.BgClassName
{
background-color: #B3703C;
}
</style>
border-color css
<style>
span { border-color: #B3703C; }
span { border-color: rgb(179,112,60); }
td.TdClassName
{
border-color: #B3703C;
}
.TagClassName
{
border-color: #B3703C;
}
</style>