Shades of Bourbon #B7723D
Tints of Bourbon #B7723D
RGB
CMYK
RGB Variations
Color information
#B7723D (or 0xB7723D) is known color: Bourbon. HEX triplet: B7, 72 and 3D. RGB value is (183,114,61). Sum of RGB (Red+Green+Blue) = 183+114+61=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B7723D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7723D is #488DC2. Grayscale: #808080. Windows color (decimal): -4754883 or 4027063. OLE color: 4027063.
HSL color Cylindrical-coordinate representation of color #B7723D: hue angle of 26.07º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B7723D is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 114 | 61 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.28 |
| HSL | 26.07º | 0.5% | 0.48% | - |
| HSV(B) | 26.07º | 0.67% | 0.72% | - |
| XYZ | 26.39 | 22.44 | 7.36 | - |
| YUV | 128.59 | 89.86 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 114 | 61 | 0 | 0.38 | 0.67 | 0.28 | 26.07 | 0.5 | 0.48 |
| Hex | B7 | 72 | 3D | 0 | 26 | 43 | 1C | 1A | 32 | 30 |
| Octal | 267 | 162 | 75 | 0 | 46 | 103 | 34 | 32 | 62 | 60 |
| Binary | 10110111 | 1110010 | 111101 | 0 | 100110 | 1000011 | 11100 | 11010 | 110010 | 110000 |
Color Harmonies of #B7723D
Complementary color
Monochromatic Colors of #B7723D
Black with #B7723D
Text Example
Text Example
White with #B7723D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7723D; }
p { color: rgb(183,114,61); }
H1.HeaderClassName
{
color: #B7723D;
}
.AnyTagClassName
{
color: #B7723D;
}
</style>
background-color css
<style>
a { background-color: #B7723D; }
a { background-color: rgb(183,114,61); }
div.DivClassName
{
background-color: #B7723D;
}
.BgClassName
{
background-color: #B7723D;
}
</style>
border-color css
<style>
span { border-color: #B7723D; }
span { border-color: rgb(183,114,61); }
td.TdClassName
{
border-color: #B7723D;
}
.TagClassName
{
border-color: #B7723D;
}
</style>