Shades of Bourbon #B26738
Tints of Bourbon #B26738
RGB
CMYK
RGB Variations
Color information
#B26738 (or 0xB26738) is known color: Bourbon. HEX triplet: B2, 67 and 38. RGB value is (178,103,56). Sum of RGB (Red+Green+Blue) = 178+103+56=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 56 (22.27% from 255 or 16.62% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B26738 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26738 is #4D98C7. Grayscale: #787878. Windows color (decimal): -5085384 or 3696562. OLE color: 3696562.
HSL color Cylindrical-coordinate representation of color #B26738: hue angle of 23.11º 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 #B26738 is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 103 | 56 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.30 |
| HSL | 23.11º | 0.52% | 0.46% | - |
| HSV(B) | 23.11º | 0.69% | 0.7% | - |
| XYZ | 23.92 | 19.45 | 6.23 | - |
| YUV | 120.07 | 91.85 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 103 | 56 | 0 | 0.42 | 0.69 | 0.30 | 23.11 | 0.52 | 0.46 |
| Hex | B2 | 67 | 38 | 0 | 2A | 45 | 1E | 17 | 34 | 2E |
| Octal | 262 | 147 | 70 | 0 | 52 | 105 | 36 | 27 | 64 | 56 |
| Binary | 10110010 | 1100111 | 111000 | 0 | 101010 | 1000101 | 11110 | 10111 | 110100 | 101110 |
Color Harmonies of #B26738
Complementary color
Monochromatic Colors of #B26738
Black with #B26738
Text Example
Text Example
White with #B26738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26738; }
p { color: rgb(178,103,56); }
H1.HeaderClassName
{
color: #B26738;
}
.AnyTagClassName
{
color: #B26738;
}
</style>
background-color css
<style>
a { background-color: #B26738; }
a { background-color: rgb(178,103,56); }
div.DivClassName
{
background-color: #B26738;
}
.BgClassName
{
background-color: #B26738;
}
</style>
border-color css
<style>
span { border-color: #B26738; }
span { border-color: rgb(178,103,56); }
td.TdClassName
{
border-color: #B26738;
}
.TagClassName
{
border-color: #B26738;
}
</style>