Shades of Bourbon #B0703A
Tints of Bourbon #B0703A
RGB
CMYK
RGB Variations
Color information
#B0703A (or 0xB0703A) is known color: Bourbon. HEX triplet: B0, 70 and 3A. RGB value is (176,112,58). Sum of RGB (Red+Green+Blue) = 176+112+58=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B0703A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0703A is #4F8FC5. Grayscale: #7D7D7D. Windows color (decimal): -5214150 or 3829936. OLE color: 3829936.
HSL color Cylindrical-coordinate representation of color #B0703A: hue angle of 27.46º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B0703A is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 112 | 58 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.31 |
| HSL | 27.46º | 0.5% | 0.46% | - |
| HSV(B) | 27.46º | 0.67% | 0.69% | - |
| XYZ | 24.46 | 21.12 | 6.79 | - |
| YUV | 124.98 | 90.2 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 58 | 0 | 0.36 | 0.67 | 0.31 | 27.46 | 0.5 | 0.46 |
| Hex | B0 | 70 | 3A | 0 | 24 | 43 | 1F | 1B | 32 | 2E |
| Octal | 260 | 160 | 72 | 0 | 44 | 103 | 37 | 33 | 62 | 56 |
| Binary | 10110000 | 1110000 | 111010 | 0 | 100100 | 1000011 | 11111 | 11011 | 110010 | 101110 |
Color Harmonies of #B0703A
Complementary color
Monochromatic Colors of #B0703A
Black with #B0703A
Text Example
Text Example
White with #B0703A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0703A; }
p { color: rgb(176,112,58); }
H1.HeaderClassName
{
color: #B0703A;
}
.AnyTagClassName
{
color: #B0703A;
}
</style>
background-color css
<style>
a { background-color: #B0703A; }
a { background-color: rgb(176,112,58); }
div.DivClassName
{
background-color: #B0703A;
}
.BgClassName
{
background-color: #B0703A;
}
</style>
border-color css
<style>
span { border-color: #B0703A; }
span { border-color: rgb(176,112,58); }
td.TdClassName
{
border-color: #B0703A;
}
.TagClassName
{
border-color: #B0703A;
}
</style>