Shades of Bourbon #B26B41
Tints of Bourbon #B26B41
RGB
CMYK
RGB Variations
Color information
#B26B41 (or 0xB26B41) is known color: Bourbon. HEX triplet: B2, 6B and 41. RGB value is (178,107,65). Sum of RGB (Red+Green+Blue) = 178+107+65=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B26B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26B41 is #4D94BE. Grayscale: #7B7B7B. Windows color (decimal): -5084351 or 4287410. OLE color: 4287410.
HSL color Cylindrical-coordinate representation of color #B26B41: hue angle of 22.3º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B26B41 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 107 | 65 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.30 |
| HSL | 22.3º | 0.47% | 0.48% | - |
| HSV(B) | 22.3º | 0.63% | 0.7% | - |
| XYZ | 24.57 | 20.36 | 7.64 | - |
| YUV | 123.44 | 95.02 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 107 | 65 | 0 | 0.40 | 0.63 | 0.30 | 22.3 | 0.47 | 0.48 |
| Hex | B2 | 6B | 41 | 0 | 28 | 3F | 1E | 16 | 2F | 30 |
| Octal | 262 | 153 | 101 | 0 | 50 | 77 | 36 | 26 | 57 | 60 |
| Binary | 10110010 | 1101011 | 1000001 | 0 | 101000 | 111111 | 11110 | 10110 | 101111 | 110000 |
Color Harmonies of #B26B41
Complementary color
Monochromatic Colors of #B26B41
Black with #B26B41
Text Example
Text Example
White with #B26B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26B41; }
p { color: rgb(178,107,65); }
H1.HeaderClassName
{
color: #B26B41;
}
.AnyTagClassName
{
color: #B26B41;
}
</style>
background-color css
<style>
a { background-color: #B26B41; }
a { background-color: rgb(178,107,65); }
div.DivClassName
{
background-color: #B26B41;
}
.BgClassName
{
background-color: #B26B41;
}
</style>
border-color css
<style>
span { border-color: #B26B41; }
span { border-color: rgb(178,107,65); }
td.TdClassName
{
border-color: #B26B41;
}
.TagClassName
{
border-color: #B26B41;
}
</style>