Shades of Bourbon #B5693C
Tints of Bourbon #B5693C
RGB
CMYK
RGB Variations
Color information
#B5693C (or 0xB5693C) is known color: Bourbon. HEX triplet: B5, 69 and 3C. RGB value is (181,105,60). Sum of RGB (Red+Green+Blue) = 181+105+60=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B5693C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5693C is #4A96C3. Grayscale: #7A7A7A. Windows color (decimal): -4888260 or 3959221. OLE color: 3959221.
HSL color Cylindrical-coordinate representation of color #B5693C: hue angle of 22.31º 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 #B5693C is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 105 | 60 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.29 |
| HSL | 22.31º | 0.5% | 0.47% | - |
| HSV(B) | 22.31º | 0.67% | 0.71% | - |
| XYZ | 24.92 | 20.25 | 6.87 | - |
| YUV | 122.59 | 92.68 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 105 | 60 | 0 | 0.42 | 0.67 | 0.29 | 22.31 | 0.5 | 0.47 |
| Hex | B5 | 69 | 3C | 0 | 2A | 43 | 1D | 16 | 32 | 2F |
| Octal | 265 | 151 | 74 | 0 | 52 | 103 | 35 | 26 | 62 | 57 |
| Binary | 10110101 | 1101001 | 111100 | 0 | 101010 | 1000011 | 11101 | 10110 | 110010 | 101111 |
Color Harmonies of #B5693C
Complementary color
Monochromatic Colors of #B5693C
Black with #B5693C
Text Example
Text Example
White with #B5693C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5693C; }
p { color: rgb(181,105,60); }
H1.HeaderClassName
{
color: #B5693C;
}
.AnyTagClassName
{
color: #B5693C;
}
</style>
background-color css
<style>
a { background-color: #B5693C; }
a { background-color: rgb(181,105,60); }
div.DivClassName
{
background-color: #B5693C;
}
.BgClassName
{
background-color: #B5693C;
}
</style>
border-color css
<style>
span { border-color: #B5693C; }
span { border-color: rgb(181,105,60); }
td.TdClassName
{
border-color: #B5693C;
}
.TagClassName
{
border-color: #B5693C;
}
</style>