Shades of Bourbon #B7663D
Tints of Bourbon #B7663D
RGB
CMYK
RGB Variations
Color information
#B7663D (or 0xB7663D) is known color: Bourbon. HEX triplet: B7, 66 and 3D. RGB value is (183,102,61). Sum of RGB (Red+Green+Blue) = 183+102+61=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B7663D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7663D is #4899C2. Grayscale: #797979. Windows color (decimal): -4757955 or 4023991. OLE color: 4023991.
HSL color Cylindrical-coordinate representation of color #B7663D: hue angle of 20.16º 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 #B7663D is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 102 | 61 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.28 |
| HSL | 20.16º | 0.5% | 0.48% | - |
| HSV(B) | 20.16º | 0.67% | 0.72% | - |
| XYZ | 25.12 | 19.91 | 6.93 | - |
| YUV | 121.55 | 93.84 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 61 | 0 | 0.44 | 0.67 | 0.28 | 20.16 | 0.5 | 0.48 |
| Hex | B7 | 66 | 3D | 0 | 2C | 43 | 1C | 14 | 32 | 30 |
| Octal | 267 | 146 | 75 | 0 | 54 | 103 | 34 | 24 | 62 | 60 |
| Binary | 10110111 | 1100110 | 111101 | 0 | 101100 | 1000011 | 11100 | 10100 | 110010 | 110000 |
Color Harmonies of #B7663D
Complementary color
Monochromatic Colors of #B7663D
Black with #B7663D
Text Example
Text Example
White with #B7663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7663D; }
p { color: rgb(183,102,61); }
H1.HeaderClassName
{
color: #B7663D;
}
.AnyTagClassName
{
color: #B7663D;
}
</style>
background-color css
<style>
a { background-color: #B7663D; }
a { background-color: rgb(183,102,61); }
div.DivClassName
{
background-color: #B7663D;
}
.BgClassName
{
background-color: #B7663D;
}
</style>
border-color css
<style>
span { border-color: #B7663D; }
span { border-color: rgb(183,102,61); }
td.TdClassName
{
border-color: #B7663D;
}
.TagClassName
{
border-color: #B7663D;
}
</style>