Shades of Bourbon #B7743D
Tints of Bourbon #B7743D
RGB
CMYK
RGB Variations
Color information
#B7743D (or 0xB7743D) is known color: Bourbon. HEX triplet: B7, 74 and 3D. RGB value is (183,116,61). Sum of RGB (Red+Green+Blue) = 183+116+61=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B7743D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7743D is #488BC2. Grayscale: #828282. Windows color (decimal): -4754371 or 4027575. OLE color: 4027575.
HSL color Cylindrical-coordinate representation of color #B7743D: hue angle of 27.05º 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 #B7743D is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 116 | 61 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.28 |
| HSL | 27.05º | 0.5% | 0.48% | - |
| HSV(B) | 27.05º | 0.67% | 0.72% | - |
| XYZ | 26.62 | 22.89 | 7.43 | - |
| YUV | 129.76 | 89.2 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 116 | 61 | 0 | 0.37 | 0.67 | 0.28 | 27.05 | 0.5 | 0.48 |
| Hex | B7 | 74 | 3D | 0 | 25 | 43 | 1C | 1B | 32 | 30 |
| Octal | 267 | 164 | 75 | 0 | 45 | 103 | 34 | 33 | 62 | 60 |
| Binary | 10110111 | 1110100 | 111101 | 0 | 100101 | 1000011 | 11100 | 11011 | 110010 | 110000 |
Color Harmonies of #B7743D
Complementary color
Monochromatic Colors of #B7743D
Black with #B7743D
Text Example
Text Example
White with #B7743D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7743D; }
p { color: rgb(183,116,61); }
H1.HeaderClassName
{
color: #B7743D;
}
.AnyTagClassName
{
color: #B7743D;
}
</style>
background-color css
<style>
a { background-color: #B7743D; }
a { background-color: rgb(183,116,61); }
div.DivClassName
{
background-color: #B7743D;
}
.BgClassName
{
background-color: #B7743D;
}
</style>
border-color css
<style>
span { border-color: #B7743D; }
span { border-color: rgb(183,116,61); }
td.TdClassName
{
border-color: #B7743D;
}
.TagClassName
{
border-color: #B7743D;
}
</style>