Shades of Bourbon #B26A3C
Tints of Bourbon #B26A3C
RGB
CMYK
RGB Variations
Color information
#B26A3C (or 0xB26A3C) is known color: Bourbon. HEX triplet: B2, 6A and 3C. RGB value is (178,106,60). Sum of RGB (Red+Green+Blue) = 178+106+60=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B26A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26A3C is #4D95C3. Grayscale: #7A7A7A. Windows color (decimal): -5084612 or 3959474. OLE color: 3959474.
HSL color Cylindrical-coordinate representation of color #B26A3C: hue angle of 23.39º 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 #B26A3C is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 106 | 60 | - |
| CMYK | 0 | 0.40 | 0.66 | 0.30 |
| HSL | 23.39º | 0.5% | 0.47% | - |
| HSV(B) | 23.39º | 0.66% | 0.7% | - |
| XYZ | 24.33 | 20.1 | 6.87 | - |
| YUV | 122.28 | 92.85 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 106 | 60 | 0 | 0.40 | 0.66 | 0.30 | 23.39 | 0.5 | 0.47 |
| Hex | B2 | 6A | 3C | 0 | 28 | 42 | 1E | 17 | 32 | 2F |
| Octal | 262 | 152 | 74 | 0 | 50 | 102 | 36 | 27 | 62 | 57 |
| Binary | 10110010 | 1101010 | 111100 | 0 | 101000 | 1000010 | 11110 | 10111 | 110010 | 101111 |
Color Harmonies of #B26A3C
Complementary color
Monochromatic Colors of #B26A3C
Black with #B26A3C
Text Example
Text Example
White with #B26A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26A3C; }
p { color: rgb(178,106,60); }
H1.HeaderClassName
{
color: #B26A3C;
}
.AnyTagClassName
{
color: #B26A3C;
}
</style>
background-color css
<style>
a { background-color: #B26A3C; }
a { background-color: rgb(178,106,60); }
div.DivClassName
{
background-color: #B26A3C;
}
.BgClassName
{
background-color: #B26A3C;
}
</style>
border-color css
<style>
span { border-color: #B26A3C; }
span { border-color: rgb(178,106,60); }
td.TdClassName
{
border-color: #B26A3C;
}
.TagClassName
{
border-color: #B26A3C;
}
</style>