Shades of Bourbon #B0723D
Tints of Bourbon #B0723D
RGB
CMYK
RGB Variations
Color information
#B0723D (or 0xB0723D) is known color: Bourbon. HEX triplet: B0, 72 and 3D. RGB value is (176,114,61). Sum of RGB (Red+Green+Blue) = 176+114+61=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B0723D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0723D is #4F8DC2. Grayscale: #7E7E7E. Windows color (decimal): -5213635 or 4027056. OLE color: 4027056.
HSL color Cylindrical-coordinate representation of color #B0723D: hue angle of 27.65º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0723D is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 114 | 61 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.31 |
| HSL | 27.65º | 0.49% | 0.46% | - |
| HSV(B) | 27.65º | 0.65% | 0.69% | - |
| XYZ | 24.76 | 21.6 | 7.28 | - |
| YUV | 126.5 | 91.04 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 114 | 61 | 0 | 0.35 | 0.65 | 0.31 | 27.65 | 0.49 | 0.46 |
| Hex | B0 | 72 | 3D | 0 | 23 | 41 | 1F | 1C | 31 | 2E |
| Octal | 260 | 162 | 75 | 0 | 43 | 101 | 37 | 34 | 61 | 56 |
| Binary | 10110000 | 1110010 | 111101 | 0 | 100011 | 1000001 | 11111 | 11100 | 110001 | 101110 |
Color Harmonies of #B0723D
Complementary color
Monochromatic Colors of #B0723D
Black with #B0723D
Text Example
Text Example
White with #B0723D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0723D; }
p { color: rgb(176,114,61); }
H1.HeaderClassName
{
color: #B0723D;
}
.AnyTagClassName
{
color: #B0723D;
}
</style>
background-color css
<style>
a { background-color: #B0723D; }
a { background-color: rgb(176,114,61); }
div.DivClassName
{
background-color: #B0723D;
}
.BgClassName
{
background-color: #B0723D;
}
</style>
border-color css
<style>
span { border-color: #B0723D; }
span { border-color: rgb(176,114,61); }
td.TdClassName
{
border-color: #B0723D;
}
.TagClassName
{
border-color: #B0723D;
}
</style>