Shades of Bourbon #B67348
Tints of Bourbon #B67348
RGB
CMYK
RGB Variations
Color information
#B67348 (or 0xB67348) is known color: Bourbon. HEX triplet: B6, 73 and 48. RGB value is (182,115,72). Sum of RGB (Red+Green+Blue) = 182+115+72=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B67348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67348 is #498CB7. Grayscale: #828282. Windows color (decimal): -4820152 or 4748214. OLE color: 4748214.
HSL color Cylindrical-coordinate representation of color #B67348: hue angle of 23.45º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B67348 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 115 | 72 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.29 |
| HSL | 23.45º | 0.43% | 0.5% | - |
| HSV(B) | 23.45º | 0.6% | 0.71% | - |
| XYZ | 26.59 | 22.67 | 9.11 | - |
| YUV | 130.13 | 95.2 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 115 | 72 | 0 | 0.37 | 0.60 | 0.29 | 23.45 | 0.43 | 0.5 |
| Hex | B6 | 73 | 48 | 0 | 25 | 3C | 1D | 17 | 2B | 32 |
| Octal | 266 | 163 | 110 | 0 | 45 | 74 | 35 | 27 | 53 | 62 |
| Binary | 10110110 | 1110011 | 1001000 | 0 | 100101 | 111100 | 11101 | 10111 | 101011 | 110010 |
Color Harmonies of #B67348
Complementary color
Monochromatic Colors of #B67348
Black with #B67348
Text Example
Text Example
White with #B67348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67348; }
p { color: rgb(182,115,72); }
H1.HeaderClassName
{
color: #B67348;
}
.AnyTagClassName
{
color: #B67348;
}
</style>
background-color css
<style>
a { background-color: #B67348; }
a { background-color: rgb(182,115,72); }
div.DivClassName
{
background-color: #B67348;
}
.BgClassName
{
background-color: #B67348;
}
</style>
border-color css
<style>
span { border-color: #B67348; }
span { border-color: rgb(182,115,72); }
td.TdClassName
{
border-color: #B67348;
}
.TagClassName
{
border-color: #B67348;
}
</style>