Shades of Bourbon #B26438
Tints of Bourbon #B26438
RGB
CMYK
RGB Variations
Color information
#B26438 (or 0xB26438) is known color: Bourbon. HEX triplet: B2, 64 and 38. RGB value is (178,100,56). Sum of RGB (Red+Green+Blue) = 178+100+56=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 56 (22.27% from 255 or 16.77% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B26438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26438 is #4D9BC7. Grayscale: #767676. Windows color (decimal): -5086152 or 3695794. OLE color: 3695794.
HSL color Cylindrical-coordinate representation of color #B26438: hue angle of 21.64º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B26438 is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 100 | 56 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.30 |
| HSL | 21.64º | 0.52% | 0.46% | - |
| HSV(B) | 21.64º | 0.69% | 0.7% | - |
| XYZ | 23.63 | 18.86 | 6.14 | - |
| YUV | 118.31 | 92.84 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 100 | 56 | 0 | 0.44 | 0.69 | 0.30 | 21.64 | 0.52 | 0.46 |
| Hex | B2 | 64 | 38 | 0 | 2C | 45 | 1E | 16 | 34 | 2E |
| Octal | 262 | 144 | 70 | 0 | 54 | 105 | 36 | 26 | 64 | 56 |
| Binary | 10110010 | 1100100 | 111000 | 0 | 101100 | 1000101 | 11110 | 10110 | 110100 | 101110 |
Color Harmonies of #B26438
Complementary color
Monochromatic Colors of #B26438
Black with #B26438
Text Example
Text Example
White with #B26438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26438; }
p { color: rgb(178,100,56); }
H1.HeaderClassName
{
color: #B26438;
}
.AnyTagClassName
{
color: #B26438;
}
</style>
background-color css
<style>
a { background-color: #B26438; }
a { background-color: rgb(178,100,56); }
div.DivClassName
{
background-color: #B26438;
}
.BgClassName
{
background-color: #B26438;
}
</style>
border-color css
<style>
span { border-color: #B26438; }
span { border-color: rgb(178,100,56); }
td.TdClassName
{
border-color: #B26438;
}
.TagClassName
{
border-color: #B26438;
}
</style>