Shades of Bourbon #B37343
Tints of Bourbon #B37343
RGB
CMYK
RGB Variations
Color information
#B37343 (or 0xB37343) is known color: Bourbon. HEX triplet: B3, 73 and 43. RGB value is (179,115,67). Sum of RGB (Red+Green+Blue) = 179+115+67=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 67 (26.56% from 255 or 18.56% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B37343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37343 is #4C8CBC. Grayscale: #808080. Windows color (decimal): -5016765 or 4420531. OLE color: 4420531.
HSL color Cylindrical-coordinate representation of color #B37343: hue angle of 25.71º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B37343 is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 115 | 67 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.30 |
| HSL | 25.71º | 0.46% | 0.48% | - |
| HSV(B) | 25.71º | 0.63% | 0.7% | - |
| XYZ | 25.73 | 22.25 | 8.25 | - |
| YUV | 128.66 | 93.2 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 115 | 67 | 0 | 0.36 | 0.63 | 0.30 | 25.71 | 0.46 | 0.48 |
| Hex | B3 | 73 | 43 | 0 | 24 | 3F | 1E | 1A | 2E | 30 |
| Octal | 263 | 163 | 103 | 0 | 44 | 77 | 36 | 32 | 56 | 60 |
| Binary | 10110011 | 1110011 | 1000011 | 0 | 100100 | 111111 | 11110 | 11010 | 101110 | 110000 |
Color Harmonies of #B37343
Complementary color
Monochromatic Colors of #B37343
Black with #B37343
Text Example
Text Example
White with #B37343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37343; }
p { color: rgb(179,115,67); }
H1.HeaderClassName
{
color: #B37343;
}
.AnyTagClassName
{
color: #B37343;
}
</style>
background-color css
<style>
a { background-color: #B37343; }
a { background-color: rgb(179,115,67); }
div.DivClassName
{
background-color: #B37343;
}
.BgClassName
{
background-color: #B37343;
}
</style>
border-color css
<style>
span { border-color: #B37343; }
span { border-color: rgb(179,115,67); }
td.TdClassName
{
border-color: #B37343;
}
.TagClassName
{
border-color: #B37343;
}
</style>