Shades of Bourbon #B47343
Tints of Bourbon #B47343
RGB
CMYK
RGB Variations
Color information
#B47343 (or 0xB47343) is known color: Bourbon. HEX triplet: B4, 73 and 43. RGB value is (180,115,67). Sum of RGB (Red+Green+Blue) = 180+115+67=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 67 (26.56% from 255 or 18.51% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B47343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47343 is #4B8CBC. Grayscale: #818181. Windows color (decimal): -4951229 or 4420532. OLE color: 4420532.
HSL color Cylindrical-coordinate representation of color #B47343: hue angle of 25.49º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B47343 is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 115 | 67 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.29 |
| HSL | 25.49º | 0.46% | 0.48% | - |
| HSV(B) | 25.49º | 0.63% | 0.71% | - |
| XYZ | 25.97 | 22.37 | 8.26 | - |
| YUV | 128.96 | 93.03 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 115 | 67 | 0 | 0.36 | 0.63 | 0.29 | 25.49 | 0.46 | 0.48 |
| Hex | B4 | 73 | 43 | 0 | 24 | 3F | 1D | 19 | 2E | 30 |
| Octal | 264 | 163 | 103 | 0 | 44 | 77 | 35 | 31 | 56 | 60 |
| Binary | 10110100 | 1110011 | 1000011 | 0 | 100100 | 111111 | 11101 | 11001 | 101110 | 110000 |
Color Harmonies of #B47343
Complementary color
Monochromatic Colors of #B47343
Black with #B47343
Text Example
Text Example
White with #B47343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47343; }
p { color: rgb(180,115,67); }
H1.HeaderClassName
{
color: #B47343;
}
.AnyTagClassName
{
color: #B47343;
}
</style>
background-color css
<style>
a { background-color: #B47343; }
a { background-color: rgb(180,115,67); }
div.DivClassName
{
background-color: #B47343;
}
.BgClassName
{
background-color: #B47343;
}
</style>
border-color css
<style>
span { border-color: #B47343; }
span { border-color: rgb(180,115,67); }
td.TdClassName
{
border-color: #B47343;
}
.TagClassName
{
border-color: #B47343;
}
</style>