Shades of Bourbon #B0733F
Tints of Bourbon #B0733F
RGB
CMYK
RGB Variations
Color information
#B0733F (or 0xB0733F) is known color: Bourbon. HEX triplet: B0, 73 and 3F. RGB value is (176,115,63). Sum of RGB (Red+Green+Blue) = 176+115+63=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B0733F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0733F is #4F8CC0. Grayscale: #7F7F7F. Windows color (decimal): -5213377 or 4158384. OLE color: 4158384.
HSL color Cylindrical-coordinate representation of color #B0733F: hue angle of 27.61º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0733F is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 115 | 63 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.31 |
| HSL | 27.61º | 0.47% | 0.47% | - |
| HSV(B) | 27.61º | 0.64% | 0.69% | - |
| XYZ | 24.93 | 21.85 | 7.61 | - |
| YUV | 127.31 | 91.71 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 115 | 63 | 0 | 0.35 | 0.64 | 0.31 | 27.61 | 0.47 | 0.47 |
| Hex | B0 | 73 | 3F | 0 | 23 | 40 | 1F | 1C | 2F | 2F |
| Octal | 260 | 163 | 77 | 0 | 43 | 100 | 37 | 34 | 57 | 57 |
| Binary | 10110000 | 1110011 | 111111 | 0 | 100011 | 1000000 | 11111 | 11100 | 101111 | 101111 |
Color Harmonies of #B0733F
Complementary color
Monochromatic Colors of #B0733F
Black with #B0733F
Text Example
Text Example
White with #B0733F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0733F; }
p { color: rgb(176,115,63); }
H1.HeaderClassName
{
color: #B0733F;
}
.AnyTagClassName
{
color: #B0733F;
}
</style>
background-color css
<style>
a { background-color: #B0733F; }
a { background-color: rgb(176,115,63); }
div.DivClassName
{
background-color: #B0733F;
}
.BgClassName
{
background-color: #B0733F;
}
</style>
border-color css
<style>
span { border-color: #B0733F; }
span { border-color: rgb(176,115,63); }
td.TdClassName
{
border-color: #B0733F;
}
.TagClassName
{
border-color: #B0733F;
}
</style>