Shades of Bourbon #B67343
Tints of Bourbon #B67343
RGB
CMYK
RGB Variations
Color information
#B67343 (or 0xB67343) is known color: Bourbon. HEX triplet: B6, 73 and 43. RGB value is (182,115,67). Sum of RGB (Red+Green+Blue) = 182+115+67=364 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 67 (26.56% from 255 or 18.41% from 364); Max value from RGB is 182 - color contains mainly: red. Hex color #B67343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67343 is #498CBC. Grayscale: #818181. Windows color (decimal): -4820157 or 4420534. OLE color: 4420534.
HSL color Cylindrical-coordinate representation of color #B67343: hue angle of 25.04º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B67343 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 115 | 67 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.29 |
| HSL | 25.04º | 0.46% | 0.49% | - |
| HSV(B) | 25.04º | 0.63% | 0.71% | - |
| XYZ | 26.44 | 22.61 | 8.28 | - |
| YUV | 129.56 | 92.7 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 115 | 67 | 0 | 0.37 | 0.63 | 0.29 | 25.04 | 0.46 | 0.49 |
| Hex | B6 | 73 | 43 | 0 | 25 | 3F | 1D | 19 | 2E | 31 |
| Octal | 266 | 163 | 103 | 0 | 45 | 77 | 35 | 31 | 56 | 61 |
| Binary | 10110110 | 1110011 | 1000011 | 0 | 100101 | 111111 | 11101 | 11001 | 101110 | 110001 |
Color Harmonies of #B67343
Complementary color
Monochromatic Colors of #B67343
Black with #B67343
Text Example
Text Example
White with #B67343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67343; }
p { color: rgb(182,115,67); }
H1.HeaderClassName
{
color: #B67343;
}
.AnyTagClassName
{
color: #B67343;
}
</style>
background-color css
<style>
a { background-color: #B67343; }
a { background-color: rgb(182,115,67); }
div.DivClassName
{
background-color: #B67343;
}
.BgClassName
{
background-color: #B67343;
}
</style>
border-color css
<style>
span { border-color: #B67343; }
span { border-color: rgb(182,115,67); }
td.TdClassName
{
border-color: #B67343;
}
.TagClassName
{
border-color: #B67343;
}
</style>