Shades of Bourbon #B17848
Tints of Bourbon #B17848
RGB
CMYK
RGB Variations
Color information
#B17848 (or 0xB17848) is known color: Bourbon. HEX triplet: B1, 78 and 48. RGB value is (177,120,72). Sum of RGB (Red+Green+Blue) = 177+120+72=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B17848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17848 is #4E87B7. Grayscale: #838383. Windows color (decimal): -5146552 or 4749489. OLE color: 4749489.
HSL color Cylindrical-coordinate representation of color #B17848: hue angle of 27.43º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B17848 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 120 | 72 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.31 |
| HSL | 27.43º | 0.42% | 0.49% | - |
| HSV(B) | 27.43º | 0.59% | 0.69% | - |
| XYZ | 26.02 | 23.25 | 9.25 | - |
| YUV | 131.57 | 94.38 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 72 | 0 | 0.32 | 0.59 | 0.31 | 27.43 | 0.42 | 0.49 |
| Hex | B1 | 78 | 48 | 0 | 20 | 3B | 1F | 1B | 2A | 31 |
| Octal | 261 | 170 | 110 | 0 | 40 | 73 | 37 | 33 | 52 | 61 |
| Binary | 10110001 | 1111000 | 1001000 | 0 | 100000 | 111011 | 11111 | 11011 | 101010 | 110001 |
Color Harmonies of #B17848
Complementary color
Monochromatic Colors of #B17848
Black with #B17848
Text Example
Text Example
White with #B17848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17848; }
p { color: rgb(177,120,72); }
H1.HeaderClassName
{
color: #B17848;
}
.AnyTagClassName
{
color: #B17848;
}
</style>
background-color css
<style>
a { background-color: #B17848; }
a { background-color: rgb(177,120,72); }
div.DivClassName
{
background-color: #B17848;
}
.BgClassName
{
background-color: #B17848;
}
</style>
border-color css
<style>
span { border-color: #B17848; }
span { border-color: rgb(177,120,72); }
td.TdClassName
{
border-color: #B17848;
}
.TagClassName
{
border-color: #B17848;
}
</style>