Shades of Bourbon #B5703D
Tints of Bourbon #B5703D
RGB
CMYK
RGB Variations
Color information
#B5703D (or 0xB5703D) is known color: Bourbon. HEX triplet: B5, 70 and 3D. RGB value is (181,112,61). Sum of RGB (Red+Green+Blue) = 181+112+61=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B5703D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5703D is #4A8FC2. Grayscale: #7F7F7F. Windows color (decimal): -4886467 or 4026549. OLE color: 4026549.
HSL color Cylindrical-coordinate representation of color #B5703D: hue angle of 25.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B5703D is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 112 | 61 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.29 |
| HSL | 25.5º | 0.5% | 0.47% | - |
| HSV(B) | 25.5º | 0.66% | 0.71% | - |
| XYZ | 25.69 | 21.75 | 7.26 | - |
| YUV | 126.82 | 90.86 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 112 | 61 | 0 | 0.38 | 0.66 | 0.29 | 25.5 | 0.5 | 0.47 |
| Hex | B5 | 70 | 3D | 0 | 26 | 42 | 1D | 1A | 32 | 2F |
| Octal | 265 | 160 | 75 | 0 | 46 | 102 | 35 | 32 | 62 | 57 |
| Binary | 10110101 | 1110000 | 111101 | 0 | 100110 | 1000010 | 11101 | 11010 | 110010 | 101111 |
Color Harmonies of #B5703D
Complementary color
Monochromatic Colors of #B5703D
Black with #B5703D
Text Example
Text Example
White with #B5703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5703D; }
p { color: rgb(181,112,61); }
H1.HeaderClassName
{
color: #B5703D;
}
.AnyTagClassName
{
color: #B5703D;
}
</style>
background-color css
<style>
a { background-color: #B5703D; }
a { background-color: rgb(181,112,61); }
div.DivClassName
{
background-color: #B5703D;
}
.BgClassName
{
background-color: #B5703D;
}
</style>
border-color css
<style>
span { border-color: #B5703D; }
span { border-color: rgb(181,112,61); }
td.TdClassName
{
border-color: #B5703D;
}
.TagClassName
{
border-color: #B5703D;
}
</style>