Shades of Bourbon #B56A43
Tints of Bourbon #B56A43
RGB
CMYK
RGB Variations
Color information
#B56A43 (or 0xB56A43) is known color: Bourbon. HEX triplet: B5, 6A and 43. RGB value is (181,106,67). Sum of RGB (Red+Green+Blue) = 181+106+67=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 67 (26.56% from 255 or 18.93% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B56A43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56A43 is #4A95BC. Grayscale: #7C7C7C. Windows color (decimal): -4887997 or 4418229. OLE color: 4418229.
HSL color Cylindrical-coordinate representation of color #B56A43: hue angle of 20.53º 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 #B56A43 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 106 | 67 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.29 |
| HSL | 20.53º | 0.46% | 0.49% | - |
| HSV(B) | 20.53º | 0.63% | 0.71% | - |
| XYZ | 25.22 | 20.54 | 7.94 | - |
| YUV | 123.98 | 95.85 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 106 | 67 | 0 | 0.41 | 0.63 | 0.29 | 20.53 | 0.46 | 0.49 |
| Hex | B5 | 6A | 43 | 0 | 29 | 3F | 1D | 15 | 2E | 31 |
| Octal | 265 | 152 | 103 | 0 | 51 | 77 | 35 | 25 | 56 | 61 |
| Binary | 10110101 | 1101010 | 1000011 | 0 | 101001 | 111111 | 11101 | 10101 | 101110 | 110001 |
Color Harmonies of #B56A43
Complementary color
Monochromatic Colors of #B56A43
Black with #B56A43
Text Example
Text Example
White with #B56A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56A43; }
p { color: rgb(181,106,67); }
H1.HeaderClassName
{
color: #B56A43;
}
.AnyTagClassName
{
color: #B56A43;
}
</style>
background-color css
<style>
a { background-color: #B56A43; }
a { background-color: rgb(181,106,67); }
div.DivClassName
{
background-color: #B56A43;
}
.BgClassName
{
background-color: #B56A43;
}
</style>
border-color css
<style>
span { border-color: #B56A43; }
span { border-color: rgb(181,106,67); }
td.TdClassName
{
border-color: #B56A43;
}
.TagClassName
{
border-color: #B56A43;
}
</style>