Shades of Bourbon #B3693C
Tints of Bourbon #B3693C
RGB
CMYK
RGB Variations
Color information
#B3693C (or 0xB3693C) is known color: Bourbon. HEX triplet: B3, 69 and 3C. RGB value is (179,105,60). Sum of RGB (Red+Green+Blue) = 179+105+60=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B3693C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3693C is #4C96C3. Grayscale: #7A7A7A. Windows color (decimal): -5019332 or 3959219. OLE color: 3959219.
HSL color Cylindrical-coordinate representation of color #B3693C: hue angle of 22.69º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B3693C is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 105 | 60 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.30 |
| HSL | 22.69º | 0.5% | 0.47% | - |
| HSV(B) | 22.69º | 0.66% | 0.7% | - |
| XYZ | 24.46 | 20.01 | 6.85 | - |
| YUV | 122 | 93.02 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 105 | 60 | 0 | 0.41 | 0.66 | 0.30 | 22.69 | 0.5 | 0.47 |
| Hex | B3 | 69 | 3C | 0 | 29 | 42 | 1E | 17 | 32 | 2F |
| Octal | 263 | 151 | 74 | 0 | 51 | 102 | 36 | 27 | 62 | 57 |
| Binary | 10110011 | 1101001 | 111100 | 0 | 101001 | 1000010 | 11110 | 10111 | 110010 | 101111 |
Color Harmonies of #B3693C
Complementary color
Monochromatic Colors of #B3693C
Black with #B3693C
Text Example
Text Example
White with #B3693C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3693C; }
p { color: rgb(179,105,60); }
H1.HeaderClassName
{
color: #B3693C;
}
.AnyTagClassName
{
color: #B3693C;
}
</style>
background-color css
<style>
a { background-color: #B3693C; }
a { background-color: rgb(179,105,60); }
div.DivClassName
{
background-color: #B3693C;
}
.BgClassName
{
background-color: #B3693C;
}
</style>
border-color css
<style>
span { border-color: #B3693C; }
span { border-color: rgb(179,105,60); }
td.TdClassName
{
border-color: #B3693C;
}
.TagClassName
{
border-color: #B3693C;
}
</style>