Shades of Bourbon #B7713D
Tints of Bourbon #B7713D
RGB
CMYK
RGB Variations
Color information
#B7713D (or 0xB7713D) is known color: Bourbon. HEX triplet: B7, 71 and 3D. RGB value is (183,113,61). Sum of RGB (Red+Green+Blue) = 183+113+61=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B7713D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7713D is #488EC2. Grayscale: #808080. Windows color (decimal): -4755139 or 4026807. OLE color: 4026807.
HSL color Cylindrical-coordinate representation of color #B7713D: hue angle of 25.57º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B7713D is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 113 | 61 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.28 |
| HSL | 25.57º | 0.5% | 0.48% | - |
| HSV(B) | 25.57º | 0.67% | 0.72% | - |
| XYZ | 26.28 | 22.21 | 7.32 | - |
| YUV | 128 | 90.19 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 113 | 61 | 0 | 0.38 | 0.67 | 0.28 | 25.57 | 0.5 | 0.48 |
| Hex | B7 | 71 | 3D | 0 | 26 | 43 | 1C | 1A | 32 | 30 |
| Octal | 267 | 161 | 75 | 0 | 46 | 103 | 34 | 32 | 62 | 60 |
| Binary | 10110111 | 1110001 | 111101 | 0 | 100110 | 1000011 | 11100 | 11010 | 110010 | 110000 |
Color Harmonies of #B7713D
Complementary color
Monochromatic Colors of #B7713D
Black with #B7713D
Text Example
Text Example
White with #B7713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7713D; }
p { color: rgb(183,113,61); }
H1.HeaderClassName
{
color: #B7713D;
}
.AnyTagClassName
{
color: #B7713D;
}
</style>
background-color css
<style>
a { background-color: #B7713D; }
a { background-color: rgb(183,113,61); }
div.DivClassName
{
background-color: #B7713D;
}
.BgClassName
{
background-color: #B7713D;
}
</style>
border-color css
<style>
span { border-color: #B7713D; }
span { border-color: rgb(183,113,61); }
td.TdClassName
{
border-color: #B7713D;
}
.TagClassName
{
border-color: #B7713D;
}
</style>