Shades of Bourbon #B37648
Tints of Bourbon #B37648
RGB
CMYK
RGB Variations
Color information
#B37648 (or 0xB37648) is known color: Bourbon. HEX triplet: B3, 76 and 48. RGB value is (179,118,72). Sum of RGB (Red+Green+Blue) = 179+118+72=369 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.51% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 179 - color contains mainly: red. Hex color #B37648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37648 is #4C89B7. Grayscale: #838383. Windows color (decimal): -5015992 or 4748979. OLE color: 4748979.
HSL color Cylindrical-coordinate representation of color #B37648: hue angle of 25.79º 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 #B37648 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 118 | 72 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.30 |
| HSL | 25.79º | 0.43% | 0.49% | - |
| HSV(B) | 25.79º | 0.6% | 0.7% | - |
| XYZ | 26.24 | 23.01 | 9.19 | - |
| YUV | 131 | 94.71 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 118 | 72 | 0 | 0.34 | 0.60 | 0.30 | 25.79 | 0.43 | 0.49 |
| Hex | B3 | 76 | 48 | 0 | 22 | 3C | 1E | 1A | 2B | 31 |
| Octal | 263 | 166 | 110 | 0 | 42 | 74 | 36 | 32 | 53 | 61 |
| Binary | 10110011 | 1110110 | 1001000 | 0 | 100010 | 111100 | 11110 | 11010 | 101011 | 110001 |
Color Harmonies of #B37648
Complementary color
Monochromatic Colors of #B37648
Black with #B37648
Text Example
Text Example
White with #B37648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37648; }
p { color: rgb(179,118,72); }
H1.HeaderClassName
{
color: #B37648;
}
.AnyTagClassName
{
color: #B37648;
}
</style>
background-color css
<style>
a { background-color: #B37648; }
a { background-color: rgb(179,118,72); }
div.DivClassName
{
background-color: #B37648;
}
.BgClassName
{
background-color: #B37648;
}
</style>
border-color css
<style>
span { border-color: #B37648; }
span { border-color: rgb(179,118,72); }
td.TdClassName
{
border-color: #B37648;
}
.TagClassName
{
border-color: #B37648;
}
</style>