Shades of Bourbon #B27745
Tints of Bourbon #B27745
RGB
CMYK
RGB Variations
Color information
#B27745 (or 0xB27745) is known color: Bourbon. HEX triplet: B2, 77 and 45. RGB value is (178,119,69). Sum of RGB (Red+Green+Blue) = 178+119+69=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 69 (27.34% from 255 or 18.85% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B27745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27745 is #4D88BA. Grayscale: #838383. Windows color (decimal): -5081275 or 4552626. OLE color: 4552626.
HSL color Cylindrical-coordinate representation of color #B27745: hue angle of 27.52º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B27745 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 119 | 69 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.30 |
| HSL | 27.52º | 0.44% | 0.48% | - |
| HSV(B) | 27.52º | 0.61% | 0.7% | - |
| XYZ | 26.03 | 23.09 | 8.71 | - |
| YUV | 130.94 | 93.05 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 119 | 69 | 0 | 0.33 | 0.61 | 0.30 | 27.52 | 0.44 | 0.48 |
| Hex | B2 | 77 | 45 | 0 | 21 | 3D | 1E | 1C | 2C | 30 |
| Octal | 262 | 167 | 105 | 0 | 41 | 75 | 36 | 34 | 54 | 60 |
| Binary | 10110010 | 1110111 | 1000101 | 0 | 100001 | 111101 | 11110 | 11100 | 101100 | 110000 |
Color Harmonies of #B27745
Complementary color
Monochromatic Colors of #B27745
Black with #B27745
Text Example
Text Example
White with #B27745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27745; }
p { color: rgb(178,119,69); }
H1.HeaderClassName
{
color: #B27745;
}
.AnyTagClassName
{
color: #B27745;
}
</style>
background-color css
<style>
a { background-color: #B27745; }
a { background-color: rgb(178,119,69); }
div.DivClassName
{
background-color: #B27745;
}
.BgClassName
{
background-color: #B27745;
}
</style>
border-color css
<style>
span { border-color: #B27745; }
span { border-color: rgb(178,119,69); }
td.TdClassName
{
border-color: #B27745;
}
.TagClassName
{
border-color: #B27745;
}
</style>