Shades of Bourbon #B26D3C
Tints of Bourbon #B26D3C
RGB
CMYK
RGB Variations
Color information
#B26D3C (or 0xB26D3C) is known color: Bourbon. HEX triplet: B2, 6D and 3C. RGB value is (178,109,60). Sum of RGB (Red+Green+Blue) = 178+109+60=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26D3C is #4D92C3. Grayscale: #7C7C7C. Windows color (decimal): -5083844 or 3960242. OLE color: 3960242.
HSL color Cylindrical-coordinate representation of color #B26D3C: hue angle of 24.92º 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 #B26D3C is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 109 | 60 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.30 |
| HSL | 24.92º | 0.5% | 0.47% | - |
| HSV(B) | 24.92º | 0.66% | 0.7% | - |
| XYZ | 24.64 | 20.73 | 6.98 | - |
| YUV | 124.05 | 91.86 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 109 | 60 | 0 | 0.39 | 0.66 | 0.30 | 24.92 | 0.5 | 0.47 |
| Hex | B2 | 6D | 3C | 0 | 27 | 42 | 1E | 19 | 32 | 2F |
| Octal | 262 | 155 | 74 | 0 | 47 | 102 | 36 | 31 | 62 | 57 |
| Binary | 10110010 | 1101101 | 111100 | 0 | 100111 | 1000010 | 11110 | 11001 | 110010 | 101111 |
Color Harmonies of #B26D3C
Complementary color
Monochromatic Colors of #B26D3C
Black with #B26D3C
Text Example
Text Example
White with #B26D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26D3C; }
p { color: rgb(178,109,60); }
H1.HeaderClassName
{
color: #B26D3C;
}
.AnyTagClassName
{
color: #B26D3C;
}
</style>
background-color css
<style>
a { background-color: #B26D3C; }
a { background-color: rgb(178,109,60); }
div.DivClassName
{
background-color: #B26D3C;
}
.BgClassName
{
background-color: #B26D3C;
}
</style>
border-color css
<style>
span { border-color: #B26D3C; }
span { border-color: rgb(178,109,60); }
td.TdClassName
{
border-color: #B26D3C;
}
.TagClassName
{
border-color: #B26D3C;
}
</style>