Shades of Bourbon #B27448
Tints of Bourbon #B27448
RGB
CMYK
RGB Variations
Color information
#B27448 (or 0xB27448) is known color: Bourbon. HEX triplet: B2, 74 and 48. RGB value is (178,116,72). Sum of RGB (Red+Green+Blue) = 178+116+72=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B27448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27448 is #4D8BB7. Grayscale: #818181. Windows color (decimal): -5082040 or 4748466. OLE color: 4748466.
HSL color Cylindrical-coordinate representation of color #B27448: hue angle of 24.91º 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 #B27448 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 116 | 72 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.30 |
| HSL | 24.91º | 0.42% | 0.49% | - |
| HSV(B) | 24.91º | 0.6% | 0.7% | - |
| XYZ | 25.78 | 22.42 | 9.1 | - |
| YUV | 129.52 | 95.54 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 116 | 72 | 0 | 0.35 | 0.60 | 0.30 | 24.91 | 0.42 | 0.49 |
| Hex | B2 | 74 | 48 | 0 | 23 | 3C | 1E | 19 | 2A | 31 |
| Octal | 262 | 164 | 110 | 0 | 43 | 74 | 36 | 31 | 52 | 61 |
| Binary | 10110010 | 1110100 | 1001000 | 0 | 100011 | 111100 | 11110 | 11001 | 101010 | 110001 |
Color Harmonies of #B27448
Complementary color
Monochromatic Colors of #B27448
Black with #B27448
Text Example
Text Example
White with #B27448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27448; }
p { color: rgb(178,116,72); }
H1.HeaderClassName
{
color: #B27448;
}
.AnyTagClassName
{
color: #B27448;
}
</style>
background-color css
<style>
a { background-color: #B27448; }
a { background-color: rgb(178,116,72); }
div.DivClassName
{
background-color: #B27448;
}
.BgClassName
{
background-color: #B27448;
}
</style>
border-color css
<style>
span { border-color: #B27448; }
span { border-color: rgb(178,116,72); }
td.TdClassName
{
border-color: #B27448;
}
.TagClassName
{
border-color: #B27448;
}
</style>