Shades of Bourbon #B1673D
Tints of Bourbon #B1673D
RGB
CMYK
RGB Variations
Color information
#B1673D (or 0xB1673D) is known color: Bourbon. HEX triplet: B1, 67 and 3D. RGB value is (177,103,61). Sum of RGB (Red+Green+Blue) = 177+103+61=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B1673D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1673D is #4E98C2. Grayscale: #787878. Windows color (decimal): -5150915 or 4024241. OLE color: 4024241.
HSL color Cylindrical-coordinate representation of color #B1673D: hue angle of 21.72º 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 #B1673D is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 103 | 61 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.31 |
| HSL | 21.72º | 0.49% | 0.47% | - |
| HSV(B) | 21.72º | 0.66% | 0.69% | - |
| XYZ | 23.82 | 19.38 | 6.9 | - |
| YUV | 120.34 | 94.52 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 103 | 61 | 0 | 0.42 | 0.66 | 0.31 | 21.72 | 0.49 | 0.47 |
| Hex | B1 | 67 | 3D | 0 | 2A | 42 | 1F | 16 | 31 | 2F |
| Octal | 261 | 147 | 75 | 0 | 52 | 102 | 37 | 26 | 61 | 57 |
| Binary | 10110001 | 1100111 | 111101 | 0 | 101010 | 1000010 | 11111 | 10110 | 110001 | 101111 |
Color Harmonies of #B1673D
Complementary color
Monochromatic Colors of #B1673D
Black with #B1673D
Text Example
Text Example
White with #B1673D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1673D; }
p { color: rgb(177,103,61); }
H1.HeaderClassName
{
color: #B1673D;
}
.AnyTagClassName
{
color: #B1673D;
}
</style>
background-color css
<style>
a { background-color: #B1673D; }
a { background-color: rgb(177,103,61); }
div.DivClassName
{
background-color: #B1673D;
}
.BgClassName
{
background-color: #B1673D;
}
</style>
border-color css
<style>
span { border-color: #B1673D; }
span { border-color: rgb(177,103,61); }
td.TdClassName
{
border-color: #B1673D;
}
.TagClassName
{
border-color: #B1673D;
}
</style>