Shades of Bourbon #B06636
Tints of Bourbon #B06636
RGB
CMYK
RGB Variations
Color information
#B06636 (or 0xB06636) is known color: Bourbon. HEX triplet: B0, 66 and 36. RGB value is (176,102,54). Sum of RGB (Red+Green+Blue) = 176+102+54=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 54 (21.48% from 255 or 16.27% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B06636 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06636 is #4F99C9. Grayscale: #767676. Windows color (decimal): -5216714 or 3565232. OLE color: 3565232.
HSL color Cylindrical-coordinate representation of color #B06636: hue angle of 23.61º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B06636 is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 102 | 54 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.31 |
| HSL | 23.61º | 0.53% | 0.45% | - |
| HSV(B) | 23.61º | 0.69% | 0.69% | - |
| XYZ | 23.32 | 19 | 5.93 | - |
| YUV | 118.65 | 91.52 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 54 | 0 | 0.42 | 0.69 | 0.31 | 23.61 | 0.53 | 0.45 |
| Hex | B0 | 66 | 36 | 0 | 2A | 45 | 1F | 18 | 35 | 2D |
| Octal | 260 | 146 | 66 | 0 | 52 | 105 | 37 | 30 | 65 | 55 |
| Binary | 10110000 | 1100110 | 110110 | 0 | 101010 | 1000101 | 11111 | 11000 | 110101 | 101101 |
Color Harmonies of #B06636
Complementary color
Monochromatic Colors of #B06636
Black with #B06636
Text Example
Text Example
White with #B06636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06636; }
p { color: rgb(176,102,54); }
H1.HeaderClassName
{
color: #B06636;
}
.AnyTagClassName
{
color: #B06636;
}
</style>
background-color css
<style>
a { background-color: #B06636; }
a { background-color: rgb(176,102,54); }
div.DivClassName
{
background-color: #B06636;
}
.BgClassName
{
background-color: #B06636;
}
</style>
border-color css
<style>
span { border-color: #B06636; }
span { border-color: rgb(176,102,54); }
td.TdClassName
{
border-color: #B06636;
}
.TagClassName
{
border-color: #B06636;
}
</style>