Shades of Bourbon #B26C3C
Tints of Bourbon #B26C3C
RGB
CMYK
RGB Variations
Color information
#B26C3C (or 0xB26C3C) is known color: Bourbon. HEX triplet: B2, 6C and 3C. RGB value is (178,108,60). Sum of RGB (Red+Green+Blue) = 178+108+60=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26C3C is #4D93C3. Grayscale: #7B7B7B. Windows color (decimal): -5084100 or 3959986. OLE color: 3959986.
HSL color Cylindrical-coordinate representation of color #B26C3C: hue angle of 24.41º 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 #B26C3C is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 108 | 60 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.30 |
| HSL | 24.41º | 0.5% | 0.47% | - |
| HSV(B) | 24.41º | 0.66% | 0.7% | - |
| XYZ | 24.54 | 20.52 | 6.94 | - |
| YUV | 123.46 | 92.19 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 108 | 60 | 0 | 0.39 | 0.66 | 0.30 | 24.41 | 0.5 | 0.47 |
| Hex | B2 | 6C | 3C | 0 | 27 | 42 | 1E | 18 | 32 | 2F |
| Octal | 262 | 154 | 74 | 0 | 47 | 102 | 36 | 30 | 62 | 57 |
| Binary | 10110010 | 1101100 | 111100 | 0 | 100111 | 1000010 | 11110 | 11000 | 110010 | 101111 |
Color Harmonies of #B26C3C
Complementary color
Monochromatic Colors of #B26C3C
Black with #B26C3C
Text Example
Text Example
White with #B26C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26C3C; }
p { color: rgb(178,108,60); }
H1.HeaderClassName
{
color: #B26C3C;
}
.AnyTagClassName
{
color: #B26C3C;
}
</style>
background-color css
<style>
a { background-color: #B26C3C; }
a { background-color: rgb(178,108,60); }
div.DivClassName
{
background-color: #B26C3C;
}
.BgClassName
{
background-color: #B26C3C;
}
</style>
border-color css
<style>
span { border-color: #B26C3C; }
span { border-color: rgb(178,108,60); }
td.TdClassName
{
border-color: #B26C3C;
}
.TagClassName
{
border-color: #B26C3C;
}
</style>