Shades of Bourbon #B1713D
Tints of Bourbon #B1713D
RGB
CMYK
RGB Variations
Color information
#B1713D (or 0xB1713D) is known color: Bourbon. HEX triplet: B1, 71 and 3D. RGB value is (177,113,61). Sum of RGB (Red+Green+Blue) = 177+113+61=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B1713D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1713D is #4E8EC2. Grayscale: #7E7E7E. Windows color (decimal): -5148355 or 4026801. OLE color: 4026801.
HSL color Cylindrical-coordinate representation of color #B1713D: hue angle of 26.9º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B1713D is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 113 | 61 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.31 |
| HSL | 26.9º | 0.49% | 0.47% | - |
| HSV(B) | 26.9º | 0.66% | 0.69% | - |
| XYZ | 24.88 | 21.49 | 7.25 | - |
| YUV | 126.21 | 91.2 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 113 | 61 | 0 | 0.36 | 0.66 | 0.31 | 26.9 | 0.49 | 0.47 |
| Hex | B1 | 71 | 3D | 0 | 24 | 42 | 1F | 1B | 31 | 2F |
| Octal | 261 | 161 | 75 | 0 | 44 | 102 | 37 | 33 | 61 | 57 |
| Binary | 10110001 | 1110001 | 111101 | 0 | 100100 | 1000010 | 11111 | 11011 | 110001 | 101111 |
Color Harmonies of #B1713D
Complementary color
Monochromatic Colors of #B1713D
Black with #B1713D
Text Example
Text Example
White with #B1713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1713D; }
p { color: rgb(177,113,61); }
H1.HeaderClassName
{
color: #B1713D;
}
.AnyTagClassName
{
color: #B1713D;
}
</style>
background-color css
<style>
a { background-color: #B1713D; }
a { background-color: rgb(177,113,61); }
div.DivClassName
{
background-color: #B1713D;
}
.BgClassName
{
background-color: #B1713D;
}
</style>
border-color css
<style>
span { border-color: #B1713D; }
span { border-color: rgb(177,113,61); }
td.TdClassName
{
border-color: #B1713D;
}
.TagClassName
{
border-color: #B1713D;
}
</style>