Shades of Bourbon #B4703C
Tints of Bourbon #B4703C
RGB
CMYK
RGB Variations
Color information
#B4703C (or 0xB4703C) is known color: Bourbon. HEX triplet: B4, 70 and 3C. RGB value is (180,112,60). Sum of RGB (Red+Green+Blue) = 180+112+60=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B4703C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4703C is #4B8FC3. Grayscale: #7E7E7E. Windows color (decimal): -4952004 or 3961012. OLE color: 3961012.
HSL color Cylindrical-coordinate representation of color #B4703C: hue angle of 26º 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 #B4703C is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 112 | 60 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.29 |
| HSL | 26º | 0.5% | 0.47% | - |
| HSV(B) | 26º | 0.67% | 0.71% | - |
| XYZ | 25.43 | 21.62 | 7.11 | - |
| YUV | 126.4 | 90.53 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 112 | 60 | 0 | 0.38 | 0.67 | 0.29 | 26 | 0.5 | 0.47 |
| Hex | B4 | 70 | 3C | 0 | 26 | 43 | 1D | 1A | 32 | 2F |
| Octal | 264 | 160 | 74 | 0 | 46 | 103 | 35 | 32 | 62 | 57 |
| Binary | 10110100 | 1110000 | 111100 | 0 | 100110 | 1000011 | 11101 | 11010 | 110010 | 101111 |
Color Harmonies of #B4703C
Complementary color
Monochromatic Colors of #B4703C
Black with #B4703C
Text Example
Text Example
White with #B4703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4703C; }
p { color: rgb(180,112,60); }
H1.HeaderClassName
{
color: #B4703C;
}
.AnyTagClassName
{
color: #B4703C;
}
</style>
background-color css
<style>
a { background-color: #B4703C; }
a { background-color: rgb(180,112,60); }
div.DivClassName
{
background-color: #B4703C;
}
.BgClassName
{
background-color: #B4703C;
}
</style>
border-color css
<style>
span { border-color: #B4703C; }
span { border-color: rgb(180,112,60); }
td.TdClassName
{
border-color: #B4703C;
}
.TagClassName
{
border-color: #B4703C;
}
</style>