Shades of Bourbon #B5683D
Tints of Bourbon #B5683D
RGB
CMYK
RGB Variations
Color information
#B5683D (or 0xB5683D) is known color: Bourbon. HEX triplet: B5, 68 and 3D. RGB value is (181,104,61). Sum of RGB (Red+Green+Blue) = 181+104+61=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B5683D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5683D is #4A97C2. Grayscale: #7A7A7A. Windows color (decimal): -4888515 or 4024501. OLE color: 4024501.
HSL color Cylindrical-coordinate representation of color #B5683D: hue angle of 21.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 #B5683D is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 104 | 61 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.29 |
| HSL | 21.5º | 0.5% | 0.47% | - |
| HSV(B) | 21.5º | 0.66% | 0.71% | - |
| XYZ | 24.85 | 20.06 | 6.98 | - |
| YUV | 122.12 | 93.51 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 104 | 61 | 0 | 0.43 | 0.66 | 0.29 | 21.5 | 0.5 | 0.47 |
| Hex | B5 | 68 | 3D | 0 | 2B | 42 | 1D | 16 | 32 | 2F |
| Octal | 265 | 150 | 75 | 0 | 53 | 102 | 35 | 26 | 62 | 57 |
| Binary | 10110101 | 1101000 | 111101 | 0 | 101011 | 1000010 | 11101 | 10110 | 110010 | 101111 |
Color Harmonies of #B5683D
Complementary color
Monochromatic Colors of #B5683D
Black with #B5683D
Text Example
Text Example
White with #B5683D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5683D; }
p { color: rgb(181,104,61); }
H1.HeaderClassName
{
color: #B5683D;
}
.AnyTagClassName
{
color: #B5683D;
}
</style>
background-color css
<style>
a { background-color: #B5683D; }
a { background-color: rgb(181,104,61); }
div.DivClassName
{
background-color: #B5683D;
}
.BgClassName
{
background-color: #B5683D;
}
</style>
border-color css
<style>
span { border-color: #B5683D; }
span { border-color: rgb(181,104,61); }
td.TdClassName
{
border-color: #B5683D;
}
.TagClassName
{
border-color: #B5683D;
}
</style>