Shades of Bourbon #B3693D
Tints of Bourbon #B3693D
RGB
CMYK
RGB Variations
Color information
#B3693D (or 0xB3693D) is known color: Bourbon. HEX triplet: B3, 69 and 3D. RGB value is (179,105,61). Sum of RGB (Red+Green+Blue) = 179+105+61=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B3693D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3693D is #4C96C2. Grayscale: #7A7A7A. Windows color (decimal): -5019331 or 4024755. OLE color: 4024755.
HSL color Cylindrical-coordinate representation of color #B3693D: hue angle of 22.37º degrees, saturation: 0.49, 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 #B3693D is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 105 | 61 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.30 |
| HSL | 22.37º | 0.49% | 0.47% | - |
| HSV(B) | 22.37º | 0.66% | 0.7% | - |
| XYZ | 24.48 | 20.02 | 6.99 | - |
| YUV | 122.11 | 93.52 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 105 | 61 | 0 | 0.41 | 0.66 | 0.30 | 22.37 | 0.49 | 0.47 |
| Hex | B3 | 69 | 3D | 0 | 29 | 42 | 1E | 16 | 31 | 2F |
| Octal | 263 | 151 | 75 | 0 | 51 | 102 | 36 | 26 | 61 | 57 |
| Binary | 10110011 | 1101001 | 111101 | 0 | 101001 | 1000010 | 11110 | 10110 | 110001 | 101111 |
Color Harmonies of #B3693D
Complementary color
Monochromatic Colors of #B3693D
Black with #B3693D
Text Example
Text Example
White with #B3693D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3693D; }
p { color: rgb(179,105,61); }
H1.HeaderClassName
{
color: #B3693D;
}
.AnyTagClassName
{
color: #B3693D;
}
</style>
background-color css
<style>
a { background-color: #B3693D; }
a { background-color: rgb(179,105,61); }
div.DivClassName
{
background-color: #B3693D;
}
.BgClassName
{
background-color: #B3693D;
}
</style>
border-color css
<style>
span { border-color: #B3693D; }
span { border-color: rgb(179,105,61); }
td.TdClassName
{
border-color: #B3693D;
}
.TagClassName
{
border-color: #B3693D;
}
</style>