Shades of Bourbon #B27746
Tints of Bourbon #B27746
RGB
CMYK
RGB Variations
Color information
#B27746 (or 0xB27746) is known color: Bourbon. HEX triplet: B2, 77 and 46. RGB value is (178,119,70). Sum of RGB (Red+Green+Blue) = 178+119+70=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B27746 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27746 is #4D88B9. Grayscale: #838383. Windows color (decimal): -5081274 or 4618162. OLE color: 4618162.
HSL color Cylindrical-coordinate representation of color #B27746: hue angle of 27.22º 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 #B27746 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 119 | 70 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.30 |
| HSL | 27.22º | 0.44% | 0.49% | - |
| HSV(B) | 27.22º | 0.61% | 0.7% | - |
| XYZ | 26.06 | 23.1 | 8.88 | - |
| YUV | 131.06 | 93.55 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 119 | 70 | 0 | 0.33 | 0.61 | 0.30 | 27.22 | 0.44 | 0.49 |
| Hex | B2 | 77 | 46 | 0 | 21 | 3D | 1E | 1B | 2C | 31 |
| Octal | 262 | 167 | 106 | 0 | 41 | 75 | 36 | 33 | 54 | 61 |
| Binary | 10110010 | 1110111 | 1000110 | 0 | 100001 | 111101 | 11110 | 11011 | 101100 | 110001 |
Color Harmonies of #B27746
Complementary color
Monochromatic Colors of #B27746
Black with #B27746
Text Example
Text Example
White with #B27746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27746; }
p { color: rgb(178,119,70); }
H1.HeaderClassName
{
color: #B27746;
}
.AnyTagClassName
{
color: #B27746;
}
</style>
background-color css
<style>
a { background-color: #B27746; }
a { background-color: rgb(178,119,70); }
div.DivClassName
{
background-color: #B27746;
}
.BgClassName
{
background-color: #B27746;
}
</style>
border-color css
<style>
span { border-color: #B27746; }
span { border-color: rgb(178,119,70); }
td.TdClassName
{
border-color: #B27746;
}
.TagClassName
{
border-color: #B27746;
}
</style>