Shades of Bourbon #B37548
Tints of Bourbon #B37548
RGB
CMYK
RGB Variations
Color information
#B37548 (or 0xB37548) is known color: Bourbon. HEX triplet: B3, 75 and 48. RGB value is (179,117,72). Sum of RGB (Red+Green+Blue) = 179+117+72=368 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.64% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 72 (28.52% from 255 or 19.57% from 368); Max value from RGB is 179 - color contains mainly: red. Hex color #B37548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37548 is #4C8AB7. Grayscale: #828282. Windows color (decimal): -5016248 or 4748723. OLE color: 4748723.
HSL color Cylindrical-coordinate representation of color #B37548: hue angle of 25.23º 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 #B37548 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 117 | 72 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.30 |
| HSL | 25.23º | 0.43% | 0.49% | - |
| HSV(B) | 25.23º | 0.6% | 0.7% | - |
| XYZ | 26.12 | 22.77 | 9.15 | - |
| YUV | 130.41 | 95.04 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 117 | 72 | 0 | 0.35 | 0.60 | 0.30 | 25.23 | 0.43 | 0.49 |
| Hex | B3 | 75 | 48 | 0 | 23 | 3C | 1E | 19 | 2B | 31 |
| Octal | 263 | 165 | 110 | 0 | 43 | 74 | 36 | 31 | 53 | 61 |
| Binary | 10110011 | 1110101 | 1001000 | 0 | 100011 | 111100 | 11110 | 11001 | 101011 | 110001 |
Color Harmonies of #B37548
Complementary color
Monochromatic Colors of #B37548
Black with #B37548
Text Example
Text Example
White with #B37548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37548; }
p { color: rgb(179,117,72); }
H1.HeaderClassName
{
color: #B37548;
}
.AnyTagClassName
{
color: #B37548;
}
</style>
background-color css
<style>
a { background-color: #B37548; }
a { background-color: rgb(179,117,72); }
div.DivClassName
{
background-color: #B37548;
}
.BgClassName
{
background-color: #B37548;
}
</style>
border-color css
<style>
span { border-color: #B37548; }
span { border-color: rgb(179,117,72); }
td.TdClassName
{
border-color: #B37548;
}
.TagClassName
{
border-color: #B37548;
}
</style>