Shades of Bourbon #B5683C
Tints of Bourbon #B5683C
RGB
CMYK
RGB Variations
Color information
#B5683C (or 0xB5683C) is known color: Bourbon. HEX triplet: B5, 68 and 3C. RGB value is (181,104,60). Sum of RGB (Red+Green+Blue) = 181+104+60=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B5683C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5683C is #4A97C3. Grayscale: #7A7A7A. Windows color (decimal): -4888516 or 3958965. OLE color: 3958965.
HSL color Cylindrical-coordinate representation of color #B5683C: hue angle of 21.82º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B5683C is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 104 | 60 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.29 |
| HSL | 21.82º | 0.5% | 0.47% | - |
| HSV(B) | 21.82º | 0.67% | 0.71% | - |
| XYZ | 24.82 | 20.05 | 6.84 | - |
| YUV | 122.01 | 93.01 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 104 | 60 | 0 | 0.43 | 0.67 | 0.29 | 21.82 | 0.5 | 0.47 |
| Hex | B5 | 68 | 3C | 0 | 2B | 43 | 1D | 16 | 32 | 2F |
| Octal | 265 | 150 | 74 | 0 | 53 | 103 | 35 | 26 | 62 | 57 |
| Binary | 10110101 | 1101000 | 111100 | 0 | 101011 | 1000011 | 11101 | 10110 | 110010 | 101111 |
Color Harmonies of #B5683C
Complementary color
Monochromatic Colors of #B5683C
Black with #B5683C
Text Example
Text Example
White with #B5683C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5683C; }
p { color: rgb(181,104,60); }
H1.HeaderClassName
{
color: #B5683C;
}
.AnyTagClassName
{
color: #B5683C;
}
</style>
background-color css
<style>
a { background-color: #B5683C; }
a { background-color: rgb(181,104,60); }
div.DivClassName
{
background-color: #B5683C;
}
.BgClassName
{
background-color: #B5683C;
}
</style>
border-color css
<style>
span { border-color: #B5683C; }
span { border-color: rgb(181,104,60); }
td.TdClassName
{
border-color: #B5683C;
}
.TagClassName
{
border-color: #B5683C;
}
</style>