Shades of Bourbon #B27348
Tints of Bourbon #B27348
RGB
CMYK
RGB Variations
Color information
#B27348 (or 0xB27348) is known color: Bourbon. HEX triplet: B2, 73 and 48. RGB value is (178,115,72). Sum of RGB (Red+Green+Blue) = 178+115+72=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B27348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27348 is #4D8CB7. Grayscale: #818181. Windows color (decimal): -5082296 or 4748210. OLE color: 4748210.
HSL color Cylindrical-coordinate representation of color #B27348: hue angle of 24.34º degrees, saturation: 0.42, 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 #B27348 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 115 | 72 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.30 |
| HSL | 24.34º | 0.42% | 0.49% | - |
| HSV(B) | 24.34º | 0.6% | 0.7% | - |
| XYZ | 25.66 | 22.19 | 9.06 | - |
| YUV | 128.94 | 95.87 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 115 | 72 | 0 | 0.35 | 0.60 | 0.30 | 24.34 | 0.42 | 0.49 |
| Hex | B2 | 73 | 48 | 0 | 23 | 3C | 1E | 18 | 2A | 31 |
| Octal | 262 | 163 | 110 | 0 | 43 | 74 | 36 | 30 | 52 | 61 |
| Binary | 10110010 | 1110011 | 1001000 | 0 | 100011 | 111100 | 11110 | 11000 | 101010 | 110001 |
Color Harmonies of #B27348
Complementary color
Monochromatic Colors of #B27348
Black with #B27348
Text Example
Text Example
White with #B27348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27348; }
p { color: rgb(178,115,72); }
H1.HeaderClassName
{
color: #B27348;
}
.AnyTagClassName
{
color: #B27348;
}
</style>
background-color css
<style>
a { background-color: #B27348; }
a { background-color: rgb(178,115,72); }
div.DivClassName
{
background-color: #B27348;
}
.BgClassName
{
background-color: #B27348;
}
</style>
border-color css
<style>
span { border-color: #B27348; }
span { border-color: rgb(178,115,72); }
td.TdClassName
{
border-color: #B27348;
}
.TagClassName
{
border-color: #B27348;
}
</style>