Shades of Bourbon #B5683F
Tints of Bourbon #B5683F
RGB
CMYK
RGB Variations
Color information
#B5683F (or 0xB5683F) is known color: Bourbon. HEX triplet: B5, 68 and 3F. RGB value is (181,104,63). Sum of RGB (Red+Green+Blue) = 181+104+63=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B5683F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5683F is #4A97C0. Grayscale: #7A7A7A. Windows color (decimal): -4888513 or 4155573. OLE color: 4155573.
HSL color Cylindrical-coordinate representation of color #B5683F: hue angle of 20.85º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B5683F is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 104 | 63 | - |
| CMYK | 0 | 0.43 | 0.65 | 0.29 |
| HSL | 20.85º | 0.48% | 0.48% | - |
| HSV(B) | 20.85º | 0.65% | 0.71% | - |
| XYZ | 24.9 | 20.08 | 7.27 | - |
| YUV | 122.35 | 94.51 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 104 | 63 | 0 | 0.43 | 0.65 | 0.29 | 20.85 | 0.48 | 0.48 |
| Hex | B5 | 68 | 3F | 0 | 2B | 41 | 1D | 15 | 30 | 30 |
| Octal | 265 | 150 | 77 | 0 | 53 | 101 | 35 | 25 | 60 | 60 |
| Binary | 10110101 | 1101000 | 111111 | 0 | 101011 | 1000001 | 11101 | 10101 | 110000 | 110000 |
Color Harmonies of #B5683F
Complementary color
Monochromatic Colors of #B5683F
Black with #B5683F
Text Example
Text Example
White with #B5683F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5683F; }
p { color: rgb(181,104,63); }
H1.HeaderClassName
{
color: #B5683F;
}
.AnyTagClassName
{
color: #B5683F;
}
</style>
background-color css
<style>
a { background-color: #B5683F; }
a { background-color: rgb(181,104,63); }
div.DivClassName
{
background-color: #B5683F;
}
.BgClassName
{
background-color: #B5683F;
}
</style>
border-color css
<style>
span { border-color: #B5683F; }
span { border-color: rgb(181,104,63); }
td.TdClassName
{
border-color: #B5683F;
}
.TagClassName
{
border-color: #B5683F;
}
</style>