Shades of Bourbon #B0703D
Tints of Bourbon #B0703D
RGB
CMYK
RGB Variations
Color information
#B0703D (or 0xB0703D) is known color: Bourbon. HEX triplet: B0, 70 and 3D. RGB value is (176,112,61). Sum of RGB (Red+Green+Blue) = 176+112+61=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B0703D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0703D is #4F8FC2. Grayscale: #7D7D7D. Windows color (decimal): -5214147 or 4026544. OLE color: 4026544.
HSL color Cylindrical-coordinate representation of color #B0703D: hue angle of 26.61º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0703D is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 112 | 61 | - |
| CMYK | 0 | 0.36 | 0.65 | 0.31 |
| HSL | 26.61º | 0.49% | 0.46% | - |
| HSV(B) | 26.61º | 0.65% | 0.69% | - |
| XYZ | 24.54 | 21.16 | 7.2 | - |
| YUV | 125.32 | 91.7 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 61 | 0 | 0.36 | 0.65 | 0.31 | 26.61 | 0.49 | 0.46 |
| Hex | B0 | 70 | 3D | 0 | 24 | 41 | 1F | 1B | 31 | 2E |
| Octal | 260 | 160 | 75 | 0 | 44 | 101 | 37 | 33 | 61 | 56 |
| Binary | 10110000 | 1110000 | 111101 | 0 | 100100 | 1000001 | 11111 | 11011 | 110001 | 101110 |
Color Harmonies of #B0703D
Complementary color
Monochromatic Colors of #B0703D
Black with #B0703D
Text Example
Text Example
White with #B0703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0703D; }
p { color: rgb(176,112,61); }
H1.HeaderClassName
{
color: #B0703D;
}
.AnyTagClassName
{
color: #B0703D;
}
</style>
background-color css
<style>
a { background-color: #B0703D; }
a { background-color: rgb(176,112,61); }
div.DivClassName
{
background-color: #B0703D;
}
.BgClassName
{
background-color: #B0703D;
}
</style>
border-color css
<style>
span { border-color: #B0703D; }
span { border-color: rgb(176,112,61); }
td.TdClassName
{
border-color: #B0703D;
}
.TagClassName
{
border-color: #B0703D;
}
</style>