Shades of Bourbon #B26639
Tints of Bourbon #B26639
RGB
CMYK
RGB Variations
Color information
#B26639 (or 0xB26639) is known color: Bourbon. HEX triplet: B2, 66 and 39. RGB value is (178,102,57). Sum of RGB (Red+Green+Blue) = 178+102+57=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 57 (22.66% from 255 or 16.91% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B26639 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26639 is #4D99C6. Grayscale: #777777. Windows color (decimal): -5085639 or 3761842. OLE color: 3761842.
HSL color Cylindrical-coordinate representation of color #B26639: hue angle of 22.31º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B26639 is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 102 | 57 | - |
| CMYK | 0 | 0.43 | 0.68 | 0.30 |
| HSL | 22.31º | 0.51% | 0.46% | - |
| HSV(B) | 22.31º | 0.68% | 0.7% | - |
| XYZ | 23.85 | 19.26 | 6.33 | - |
| YUV | 119.59 | 92.68 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 102 | 57 | 0 | 0.43 | 0.68 | 0.30 | 22.31 | 0.51 | 0.46 |
| Hex | B2 | 66 | 39 | 0 | 2B | 44 | 1E | 16 | 33 | 2E |
| Octal | 262 | 146 | 71 | 0 | 53 | 104 | 36 | 26 | 63 | 56 |
| Binary | 10110010 | 1100110 | 111001 | 0 | 101011 | 1000100 | 11110 | 10110 | 110011 | 101110 |
Color Harmonies of #B26639
Complementary color
Monochromatic Colors of #B26639
Black with #B26639
Text Example
Text Example
White with #B26639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26639; }
p { color: rgb(178,102,57); }
H1.HeaderClassName
{
color: #B26639;
}
.AnyTagClassName
{
color: #B26639;
}
</style>
background-color css
<style>
a { background-color: #B26639; }
a { background-color: rgb(178,102,57); }
div.DivClassName
{
background-color: #B26639;
}
.BgClassName
{
background-color: #B26639;
}
</style>
border-color css
<style>
span { border-color: #B26639; }
span { border-color: rgb(178,102,57); }
td.TdClassName
{
border-color: #B26639;
}
.TagClassName
{
border-color: #B26639;
}
</style>