Shades of Bourbon #B06C3A
Tints of Bourbon #B06C3A
RGB
CMYK
RGB Variations
Color information
#B06C3A (or 0xB06C3A) is known color: Bourbon. HEX triplet: B0, 6C and 3A. RGB value is (176,108,58). Sum of RGB (Red+Green+Blue) = 176+108+58=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 58 (23.05% from 255 or 16.96% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06C3A is #4F93C5. Grayscale: #7A7A7A. Windows color (decimal): -5215174 or 3828912. OLE color: 3828912.
HSL color Cylindrical-coordinate representation of color #B06C3A: hue angle of 25.42º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B06C3A is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 108 | 58 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.31 |
| HSL | 25.42º | 0.5% | 0.46% | - |
| HSV(B) | 25.42º | 0.67% | 0.69% | - |
| XYZ | 24.03 | 20.26 | 6.65 | - |
| YUV | 122.63 | 91.53 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 108 | 58 | 0 | 0.39 | 0.67 | 0.31 | 25.42 | 0.5 | 0.46 |
| Hex | B0 | 6C | 3A | 0 | 27 | 43 | 1F | 19 | 32 | 2E |
| Octal | 260 | 154 | 72 | 0 | 47 | 103 | 37 | 31 | 62 | 56 |
| Binary | 10110000 | 1101100 | 111010 | 0 | 100111 | 1000011 | 11111 | 11001 | 110010 | 101110 |
Color Harmonies of #B06C3A
Complementary color
Monochromatic Colors of #B06C3A
Black with #B06C3A
Text Example
Text Example
White with #B06C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06C3A; }
p { color: rgb(176,108,58); }
H1.HeaderClassName
{
color: #B06C3A;
}
.AnyTagClassName
{
color: #B06C3A;
}
</style>
background-color css
<style>
a { background-color: #B06C3A; }
a { background-color: rgb(176,108,58); }
div.DivClassName
{
background-color: #B06C3A;
}
.BgClassName
{
background-color: #B06C3A;
}
</style>
border-color css
<style>
span { border-color: #B06C3A; }
span { border-color: rgb(176,108,58); }
td.TdClassName
{
border-color: #B06C3A;
}
.TagClassName
{
border-color: #B06C3A;
}
</style>