Shades of Bourbon #B26F3F
Tints of Bourbon #B26F3F
RGB
CMYK
RGB Variations
Color information
#B26F3F (or 0xB26F3F) is known color: Bourbon. HEX triplet: B2, 6F and 3F. RGB value is (178,111,63). Sum of RGB (Red+Green+Blue) = 178+111+63=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26F3F is #4D90C0. Grayscale: #7D7D7D. Windows color (decimal): -5083329 or 4157362. OLE color: 4157362.
HSL color Cylindrical-coordinate representation of color #B26F3F: hue angle of 25.04º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B26F3F is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 111 | 63 | - |
| CMYK | 0 | 0.38 | 0.65 | 0.30 |
| HSL | 25.04º | 0.48% | 0.47% | - |
| HSV(B) | 25.04º | 0.65% | 0.7% | - |
| XYZ | 24.94 | 21.19 | 7.48 | - |
| YUV | 125.56 | 92.7 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 111 | 63 | 0 | 0.38 | 0.65 | 0.30 | 25.04 | 0.48 | 0.47 |
| Hex | B2 | 6F | 3F | 0 | 26 | 41 | 1E | 19 | 30 | 2F |
| Octal | 262 | 157 | 77 | 0 | 46 | 101 | 36 | 31 | 60 | 57 |
| Binary | 10110010 | 1101111 | 111111 | 0 | 100110 | 1000001 | 11110 | 11001 | 110000 | 101111 |
Color Harmonies of #B26F3F
Complementary color
Monochromatic Colors of #B26F3F
Black with #B26F3F
Text Example
Text Example
White with #B26F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26F3F; }
p { color: rgb(178,111,63); }
H1.HeaderClassName
{
color: #B26F3F;
}
.AnyTagClassName
{
color: #B26F3F;
}
</style>
background-color css
<style>
a { background-color: #B26F3F; }
a { background-color: rgb(178,111,63); }
div.DivClassName
{
background-color: #B26F3F;
}
.BgClassName
{
background-color: #B26F3F;
}
</style>
border-color css
<style>
span { border-color: #B26F3F; }
span { border-color: rgb(178,111,63); }
td.TdClassName
{
border-color: #B26F3F;
}
.TagClassName
{
border-color: #B26F3F;
}
</style>