Shades of Bourbon #B26C46
Tints of Bourbon #B26C46
RGB
CMYK
RGB Variations
Color information
#B26C46 (or 0xB26C46) is known color: Bourbon. HEX triplet: B2, 6C and 46. RGB value is (178,108,70). Sum of RGB (Red+Green+Blue) = 178+108+70=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26C46 is #4D93B9. Grayscale: #7C7C7C. Windows color (decimal): -5084090 or 4615346. OLE color: 4615346.
HSL color Cylindrical-coordinate representation of color #B26C46: hue angle of 21.11º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B26C46 is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 108 | 70 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.30 |
| HSL | 21.11º | 0.44% | 0.49% | - |
| HSV(B) | 21.11º | 0.61% | 0.7% | - |
| XYZ | 24.83 | 20.63 | 8.47 | - |
| YUV | 124.6 | 97.19 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 108 | 70 | 0 | 0.39 | 0.61 | 0.30 | 21.11 | 0.44 | 0.49 |
| Hex | B2 | 6C | 46 | 0 | 27 | 3D | 1E | 15 | 2C | 31 |
| Octal | 262 | 154 | 106 | 0 | 47 | 75 | 36 | 25 | 54 | 61 |
| Binary | 10110010 | 1101100 | 1000110 | 0 | 100111 | 111101 | 11110 | 10101 | 101100 | 110001 |
Color Harmonies of #B26C46
Complementary color
Monochromatic Colors of #B26C46
Black with #B26C46
Text Example
Text Example
White with #B26C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26C46; }
p { color: rgb(178,108,70); }
H1.HeaderClassName
{
color: #B26C46;
}
.AnyTagClassName
{
color: #B26C46;
}
</style>
background-color css
<style>
a { background-color: #B26C46; }
a { background-color: rgb(178,108,70); }
div.DivClassName
{
background-color: #B26C46;
}
.BgClassName
{
background-color: #B26C46;
}
</style>
border-color css
<style>
span { border-color: #B26C46; }
span { border-color: rgb(178,108,70); }
td.TdClassName
{
border-color: #B26C46;
}
.TagClassName
{
border-color: #B26C46;
}
</style>