Shades of Bourbon #B5693D
Tints of Bourbon #B5693D
RGB
CMYK
RGB Variations
Color information
#B5693D (or 0xB5693D) is known color: Bourbon. HEX triplet: B5, 69 and 3D. RGB value is (181,105,61). Sum of RGB (Red+Green+Blue) = 181+105+61=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B5693D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5693D is #4A96C2. Grayscale: #7A7A7A. Windows color (decimal): -4888259 or 4024757. OLE color: 4024757.
HSL color Cylindrical-coordinate representation of color #B5693D: hue angle of 22º 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 #B5693D is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 105 | 61 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.29 |
| HSL | 22º | 0.5% | 0.47% | - |
| HSV(B) | 22º | 0.66% | 0.71% | - |
| XYZ | 24.95 | 20.26 | 7.01 | - |
| YUV | 122.71 | 93.18 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 105 | 61 | 0 | 0.42 | 0.66 | 0.29 | 22 | 0.5 | 0.47 |
| Hex | B5 | 69 | 3D | 0 | 2A | 42 | 1D | 16 | 32 | 2F |
| Octal | 265 | 151 | 75 | 0 | 52 | 102 | 35 | 26 | 62 | 57 |
| Binary | 10110101 | 1101001 | 111101 | 0 | 101010 | 1000010 | 11101 | 10110 | 110010 | 101111 |
Color Harmonies of #B5693D
Complementary color
Monochromatic Colors of #B5693D
Black with #B5693D
Text Example
Text Example
White with #B5693D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5693D; }
p { color: rgb(181,105,61); }
H1.HeaderClassName
{
color: #B5693D;
}
.AnyTagClassName
{
color: #B5693D;
}
</style>
background-color css
<style>
a { background-color: #B5693D; }
a { background-color: rgb(181,105,61); }
div.DivClassName
{
background-color: #B5693D;
}
.BgClassName
{
background-color: #B5693D;
}
</style>
border-color css
<style>
span { border-color: #B5693D; }
span { border-color: rgb(181,105,61); }
td.TdClassName
{
border-color: #B5693D;
}
.TagClassName
{
border-color: #B5693D;
}
</style>