Shades of Bourbon #B2784D
Tints of Bourbon #B2784D
RGB
CMYK
RGB Variations
Color information
#B2784D (or 0xB2784D) is known color: Bourbon. HEX triplet: B2, 78 and 4D. RGB value is (178,120,77). Sum of RGB (Red+Green+Blue) = 178+120+77=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B2784D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2784D is #4D87B2. Grayscale: #848484. Windows color (decimal): -5081011 or 5077170. OLE color: 5077170.
HSL color Cylindrical-coordinate representation of color #B2784D: hue angle of 25.54º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2784D is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 120 | 77 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.30 |
| HSL | 25.54º | 0.4% | 0.5% | - |
| HSV(B) | 25.54º | 0.57% | 0.7% | - |
| XYZ | 26.42 | 23.43 | 10.15 | - |
| YUV | 132.44 | 96.72 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 120 | 77 | 0 | 0.33 | 0.57 | 0.30 | 25.54 | 0.4 | 0.5 |
| Hex | B2 | 78 | 4D | 0 | 21 | 39 | 1E | 1A | 28 | 32 |
| Octal | 262 | 170 | 115 | 0 | 41 | 71 | 36 | 32 | 50 | 62 |
| Binary | 10110010 | 1111000 | 1001101 | 0 | 100001 | 111001 | 11110 | 11010 | 101000 | 110010 |
Color Harmonies of #B2784D
Complementary color
Monochromatic Colors of #B2784D
Black with #B2784D
Text Example
Text Example
White with #B2784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2784D; }
p { color: rgb(178,120,77); }
H1.HeaderClassName
{
color: #B2784D;
}
.AnyTagClassName
{
color: #B2784D;
}
</style>
background-color css
<style>
a { background-color: #B2784D; }
a { background-color: rgb(178,120,77); }
div.DivClassName
{
background-color: #B2784D;
}
.BgClassName
{
background-color: #B2784D;
}
</style>
border-color css
<style>
span { border-color: #B2784D; }
span { border-color: rgb(178,120,77); }
td.TdClassName
{
border-color: #B2784D;
}
.TagClassName
{
border-color: #B2784D;
}
</style>