Shades of Bourbon #B9713C
Tints of Bourbon #B9713C
RGB
CMYK
RGB Variations
Color information
#B9713C (or 0xB9713C) is known color: Bourbon. HEX triplet: B9, 71 and 3C. RGB value is (185,113,60). Sum of RGB (Red+Green+Blue) = 185+113+60=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 60 (23.83% from 255 or 16.76% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B9713C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9713C is #468EC3. Grayscale: #808080. Windows color (decimal): -4624068 or 3961273. OLE color: 3961273.
HSL color Cylindrical-coordinate representation of color #B9713C: hue angle of 25.44º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B9713C is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 113 | 60 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.27 |
| HSL | 25.44º | 0.51% | 0.48% | - |
| HSV(B) | 25.44º | 0.68% | 0.73% | - |
| XYZ | 26.73 | 22.45 | 7.2 | - |
| YUV | 128.49 | 89.35 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 113 | 60 | 0 | 0.39 | 0.68 | 0.27 | 25.44 | 0.51 | 0.48 |
| Hex | B9 | 71 | 3C | 0 | 27 | 44 | 1B | 19 | 33 | 30 |
| Octal | 271 | 161 | 74 | 0 | 47 | 104 | 33 | 31 | 63 | 60 |
| Binary | 10111001 | 1110001 | 111100 | 0 | 100111 | 1000100 | 11011 | 11001 | 110011 | 110000 |
Color Harmonies of #B9713C
Complementary color
Monochromatic Colors of #B9713C
Black with #B9713C
Text Example
Text Example
White with #B9713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9713C; }
p { color: rgb(185,113,60); }
H1.HeaderClassName
{
color: #B9713C;
}
.AnyTagClassName
{
color: #B9713C;
}
</style>
background-color css
<style>
a { background-color: #B9713C; }
a { background-color: rgb(185,113,60); }
div.DivClassName
{
background-color: #B9713C;
}
.BgClassName
{
background-color: #B9713C;
}
</style>
border-color css
<style>
span { border-color: #B9713C; }
span { border-color: rgb(185,113,60); }
td.TdClassName
{
border-color: #B9713C;
}
.TagClassName
{
border-color: #B9713C;
}
</style>