Shades of Bourbon #B1663D
Tints of Bourbon #B1663D
RGB
CMYK
RGB Variations
Color information
#B1663D (or 0xB1663D) is known color: Bourbon. HEX triplet: B1, 66 and 3D. RGB value is (177,102,61). Sum of RGB (Red+Green+Blue) = 177+102+61=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B1663D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1663D is #4E99C2. Grayscale: #777777. Windows color (decimal): -5151171 or 4023985. OLE color: 4023985.
HSL color Cylindrical-coordinate representation of color #B1663D: hue angle of 21.21º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B1663D is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 102 | 61 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.31 |
| HSL | 21.21º | 0.49% | 0.47% | - |
| HSV(B) | 21.21º | 0.66% | 0.69% | - |
| XYZ | 23.73 | 19.19 | 6.87 | - |
| YUV | 119.75 | 94.85 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 102 | 61 | 0 | 0.42 | 0.66 | 0.31 | 21.21 | 0.49 | 0.47 |
| Hex | B1 | 66 | 3D | 0 | 2A | 42 | 1F | 15 | 31 | 2F |
| Octal | 261 | 146 | 75 | 0 | 52 | 102 | 37 | 25 | 61 | 57 |
| Binary | 10110001 | 1100110 | 111101 | 0 | 101010 | 1000010 | 11111 | 10101 | 110001 | 101111 |
Color Harmonies of #B1663D
Complementary color
Monochromatic Colors of #B1663D
Black with #B1663D
Text Example
Text Example
White with #B1663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1663D; }
p { color: rgb(177,102,61); }
H1.HeaderClassName
{
color: #B1663D;
}
.AnyTagClassName
{
color: #B1663D;
}
</style>
background-color css
<style>
a { background-color: #B1663D; }
a { background-color: rgb(177,102,61); }
div.DivClassName
{
background-color: #B1663D;
}
.BgClassName
{
background-color: #B1663D;
}
</style>
border-color css
<style>
span { border-color: #B1663D; }
span { border-color: rgb(177,102,61); }
td.TdClassName
{
border-color: #B1663D;
}
.TagClassName
{
border-color: #B1663D;
}
</style>