Shades of Bourbon #B26E3C
Tints of Bourbon #B26E3C
RGB
CMYK
RGB Variations
Color information
#B26E3C (or 0xB26E3C) is known color: Bourbon. HEX triplet: B2, 6E and 3C. RGB value is (178,110,60). Sum of RGB (Red+Green+Blue) = 178+110+60=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26E3C is #4D91C3. Grayscale: #7C7C7C. Windows color (decimal): -5083588 or 3960498. OLE color: 3960498.
HSL color Cylindrical-coordinate representation of color #B26E3C: hue angle of 25.42º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B26E3C is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 110 | 60 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.30 |
| HSL | 25.42º | 0.5% | 0.47% | - |
| HSV(B) | 25.42º | 0.66% | 0.7% | - |
| XYZ | 24.75 | 20.94 | 7.01 | - |
| YUV | 124.63 | 91.53 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 110 | 60 | 0 | 0.38 | 0.66 | 0.30 | 25.42 | 0.5 | 0.47 |
| Hex | B2 | 6E | 3C | 0 | 26 | 42 | 1E | 19 | 32 | 2F |
| Octal | 262 | 156 | 74 | 0 | 46 | 102 | 36 | 31 | 62 | 57 |
| Binary | 10110010 | 1101110 | 111100 | 0 | 100110 | 1000010 | 11110 | 11001 | 110010 | 101111 |
Color Harmonies of #B26E3C
Complementary color
Monochromatic Colors of #B26E3C
Black with #B26E3C
Text Example
Text Example
White with #B26E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26E3C; }
p { color: rgb(178,110,60); }
H1.HeaderClassName
{
color: #B26E3C;
}
.AnyTagClassName
{
color: #B26E3C;
}
</style>
background-color css
<style>
a { background-color: #B26E3C; }
a { background-color: rgb(178,110,60); }
div.DivClassName
{
background-color: #B26E3C;
}
.BgClassName
{
background-color: #B26E3C;
}
</style>
border-color css
<style>
span { border-color: #B26E3C; }
span { border-color: rgb(178,110,60); }
td.TdClassName
{
border-color: #B26E3C;
}
.TagClassName
{
border-color: #B26E3C;
}
</style>