Shades of Bourbon #B67342
Tints of Bourbon #B67342
RGB
CMYK
RGB Variations
Color information
#B67342 (or 0xB67342) is known color: Bourbon. HEX triplet: B6, 73 and 42. RGB value is (182,115,66). Sum of RGB (Red+Green+Blue) = 182+115+66=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B67342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67342 is #498CBD. Grayscale: #818181. Windows color (decimal): -4820158 or 4354998. OLE color: 4354998.
HSL color Cylindrical-coordinate representation of color #B67342: hue angle of 25.34º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B67342 is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 115 | 66 | - |
| CMYK | 0 | 0.37 | 0.64 | 0.29 |
| HSL | 25.34º | 0.47% | 0.49% | - |
| HSV(B) | 25.34º | 0.64% | 0.71% | - |
| XYZ | 26.41 | 22.6 | 8.12 | - |
| YUV | 129.45 | 92.2 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 115 | 66 | 0 | 0.37 | 0.64 | 0.29 | 25.34 | 0.47 | 0.49 |
| Hex | B6 | 73 | 42 | 0 | 25 | 40 | 1D | 19 | 2F | 31 |
| Octal | 266 | 163 | 102 | 0 | 45 | 100 | 35 | 31 | 57 | 61 |
| Binary | 10110110 | 1110011 | 1000010 | 0 | 100101 | 1000000 | 11101 | 11001 | 101111 | 110001 |
Color Harmonies of #B67342
Complementary color
Monochromatic Colors of #B67342
Black with #B67342
Text Example
Text Example
White with #B67342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67342; }
p { color: rgb(182,115,66); }
H1.HeaderClassName
{
color: #B67342;
}
.AnyTagClassName
{
color: #B67342;
}
</style>
background-color css
<style>
a { background-color: #B67342; }
a { background-color: rgb(182,115,66); }
div.DivClassName
{
background-color: #B67342;
}
.BgClassName
{
background-color: #B67342;
}
</style>
border-color css
<style>
span { border-color: #B67342; }
span { border-color: rgb(182,115,66); }
td.TdClassName
{
border-color: #B67342;
}
.TagClassName
{
border-color: #B67342;
}
</style>