Shades of Bourbon #B0693D
Tints of Bourbon #B0693D
RGB
CMYK
RGB Variations
Color information
#B0693D (or 0xB0693D) is known color: Bourbon. HEX triplet: B0, 69 and 3D. RGB value is (176,105,61). Sum of RGB (Red+Green+Blue) = 176+105+61=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B0693D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0693D is #4F96C2. Grayscale: #797979. Windows color (decimal): -5215939 or 4024752. OLE color: 4024752.
HSL color Cylindrical-coordinate representation of color #B0693D: hue angle of 22.96º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0693D is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 105 | 61 | - |
| CMYK | 0 | 0.40 | 0.65 | 0.31 |
| HSL | 22.96º | 0.49% | 0.46% | - |
| HSV(B) | 22.96º | 0.65% | 0.69% | - |
| XYZ | 23.8 | 19.67 | 6.96 | - |
| YUV | 121.21 | 94.02 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 105 | 61 | 0 | 0.40 | 0.65 | 0.31 | 22.96 | 0.49 | 0.46 |
| Hex | B0 | 69 | 3D | 0 | 28 | 41 | 1F | 17 | 31 | 2E |
| Octal | 260 | 151 | 75 | 0 | 50 | 101 | 37 | 27 | 61 | 56 |
| Binary | 10110000 | 1101001 | 111101 | 0 | 101000 | 1000001 | 11111 | 10111 | 110001 | 101110 |
Color Harmonies of #B0693D
Complementary color
Monochromatic Colors of #B0693D
Black with #B0693D
Text Example
Text Example
White with #B0693D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0693D; }
p { color: rgb(176,105,61); }
H1.HeaderClassName
{
color: #B0693D;
}
.AnyTagClassName
{
color: #B0693D;
}
</style>
background-color css
<style>
a { background-color: #B0693D; }
a { background-color: rgb(176,105,61); }
div.DivClassName
{
background-color: #B0693D;
}
.BgClassName
{
background-color: #B0693D;
}
</style>
border-color css
<style>
span { border-color: #B0693D; }
span { border-color: rgb(176,105,61); }
td.TdClassName
{
border-color: #B0693D;
}
.TagClassName
{
border-color: #B0693D;
}
</style>