Shades of Bourbon #B27647
Tints of Bourbon #B27647
RGB
CMYK
RGB Variations
Color information
#B27647 (or 0xB27647) is known color: Bourbon. HEX triplet: B2, 76 and 47. RGB value is (178,118,71). Sum of RGB (Red+Green+Blue) = 178+118+71=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 71 (28.12% from 255 or 19.35% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B27647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27647 is #4D89B8. Grayscale: #828282. Windows color (decimal): -5081529 or 4683442. OLE color: 4683442.
HSL color Cylindrical-coordinate representation of color #B27647: hue angle of 26.36º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B27647 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 118 | 71 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.30 |
| HSL | 26.36º | 0.43% | 0.49% | - |
| HSV(B) | 26.36º | 0.6% | 0.7% | - |
| XYZ | 25.98 | 22.88 | 9.01 | - |
| YUV | 130.58 | 94.38 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 118 | 71 | 0 | 0.34 | 0.60 | 0.30 | 26.36 | 0.43 | 0.49 |
| Hex | B2 | 76 | 47 | 0 | 22 | 3C | 1E | 1A | 2B | 31 |
| Octal | 262 | 166 | 107 | 0 | 42 | 74 | 36 | 32 | 53 | 61 |
| Binary | 10110010 | 1110110 | 1000111 | 0 | 100010 | 111100 | 11110 | 11010 | 101011 | 110001 |
Color Harmonies of #B27647
Complementary color
Monochromatic Colors of #B27647
Black with #B27647
Text Example
Text Example
White with #B27647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27647; }
p { color: rgb(178,118,71); }
H1.HeaderClassName
{
color: #B27647;
}
.AnyTagClassName
{
color: #B27647;
}
</style>
background-color css
<style>
a { background-color: #B27647; }
a { background-color: rgb(178,118,71); }
div.DivClassName
{
background-color: #B27647;
}
.BgClassName
{
background-color: #B27647;
}
</style>
border-color css
<style>
span { border-color: #B27647; }
span { border-color: rgb(178,118,71); }
td.TdClassName
{
border-color: #B27647;
}
.TagClassName
{
border-color: #B27647;
}
</style>