Shades of Bourbon #B67045
Tints of Bourbon #B67045
RGB
CMYK
RGB Variations
Color information
#B67045 (or 0xB67045) is known color: Bourbon. HEX triplet: B6, 70 and 45. RGB value is (182,112,69). Sum of RGB (Red+Green+Blue) = 182+112+69=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B67045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67045 is #498FBA. Grayscale: #808080. Windows color (decimal): -4820923 or 4550838. OLE color: 4550838.
HSL color Cylindrical-coordinate representation of color #B67045: hue angle of 22.83º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B67045 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 112 | 69 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.29 |
| HSL | 22.83º | 0.45% | 0.49% | - |
| HSV(B) | 22.83º | 0.62% | 0.71% | - |
| XYZ | 26.16 | 21.96 | 8.49 | - |
| YUV | 128.03 | 94.69 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 112 | 69 | 0 | 0.38 | 0.62 | 0.29 | 22.83 | 0.45 | 0.49 |
| Hex | B6 | 70 | 45 | 0 | 26 | 3E | 1D | 17 | 2D | 31 |
| Octal | 266 | 160 | 105 | 0 | 46 | 76 | 35 | 27 | 55 | 61 |
| Binary | 10110110 | 1110000 | 1000101 | 0 | 100110 | 111110 | 11101 | 10111 | 101101 | 110001 |
Color Harmonies of #B67045
Complementary color
Monochromatic Colors of #B67045
Black with #B67045
Text Example
Text Example
White with #B67045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67045; }
p { color: rgb(182,112,69); }
H1.HeaderClassName
{
color: #B67045;
}
.AnyTagClassName
{
color: #B67045;
}
</style>
background-color css
<style>
a { background-color: #B67045; }
a { background-color: rgb(182,112,69); }
div.DivClassName
{
background-color: #B67045;
}
.BgClassName
{
background-color: #B67045;
}
</style>
border-color css
<style>
span { border-color: #B67045; }
span { border-color: rgb(182,112,69); }
td.TdClassName
{
border-color: #B67045;
}
.TagClassName
{
border-color: #B67045;
}
</style>