Shades of Bourbon #B0693C
Tints of Bourbon #B0693C
RGB
CMYK
RGB Variations
Color information
#B0693C (or 0xB0693C) is known color: Bourbon. HEX triplet: B0, 69 and 3C. RGB value is (176,105,60). Sum of RGB (Red+Green+Blue) = 176+105+60=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B0693C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0693C is #4F96C3. Grayscale: #797979. Windows color (decimal): -5215940 or 3959216. OLE color: 3959216.
HSL color Cylindrical-coordinate representation of color #B0693C: hue angle of 23.28º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B0693C is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 105 | 60 | - |
| CMYK | 0 | 0.40 | 0.66 | 0.31 |
| HSL | 23.28º | 0.49% | 0.46% | - |
| HSV(B) | 23.28º | 0.66% | 0.69% | - |
| XYZ | 23.77 | 19.66 | 6.82 | - |
| YUV | 121.1 | 93.52 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 105 | 60 | 0 | 0.40 | 0.66 | 0.31 | 23.28 | 0.49 | 0.46 |
| Hex | B0 | 69 | 3C | 0 | 28 | 42 | 1F | 17 | 31 | 2E |
| Octal | 260 | 151 | 74 | 0 | 50 | 102 | 37 | 27 | 61 | 56 |
| Binary | 10110000 | 1101001 | 111100 | 0 | 101000 | 1000010 | 11111 | 10111 | 110001 | 101110 |
Color Harmonies of #B0693C
Complementary color
Monochromatic Colors of #B0693C
Black with #B0693C
Text Example
Text Example
White with #B0693C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0693C; }
p { color: rgb(176,105,60); }
H1.HeaderClassName
{
color: #B0693C;
}
.AnyTagClassName
{
color: #B0693C;
}
</style>
background-color css
<style>
a { background-color: #B0693C; }
a { background-color: rgb(176,105,60); }
div.DivClassName
{
background-color: #B0693C;
}
.BgClassName
{
background-color: #B0693C;
}
</style>
border-color css
<style>
span { border-color: #B0693C; }
span { border-color: rgb(176,105,60); }
td.TdClassName
{
border-color: #B0693C;
}
.TagClassName
{
border-color: #B0693C;
}
</style>