Shades of Bourbon #B2774D
Tints of Bourbon #B2774D
RGB
CMYK
RGB Variations
Color information
#B2774D (or 0xB2774D) is known color: Bourbon. HEX triplet: B2, 77 and 4D. RGB value is (178,119,77). Sum of RGB (Red+Green+Blue) = 178+119+77=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 178 - color contains mainly: red. Hex color #B2774D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2774D is #4D88B2. Grayscale: #848484. Windows color (decimal): -5081267 or 5076914. OLE color: 5076914.
HSL color Cylindrical-coordinate representation of color #B2774D: hue angle of 24.95º 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 #B2774D is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 119 | 77 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.30 |
| HSL | 24.95º | 0.4% | 0.5% | - |
| HSV(B) | 24.95º | 0.57% | 0.7% | - |
| XYZ | 26.3 | 23.19 | 10.11 | - |
| YUV | 131.85 | 97.05 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 119 | 77 | 0 | 0.33 | 0.57 | 0.30 | 24.95 | 0.4 | 0.5 |
| Hex | B2 | 77 | 4D | 0 | 21 | 39 | 1E | 19 | 28 | 32 |
| Octal | 262 | 167 | 115 | 0 | 41 | 71 | 36 | 31 | 50 | 62 |
| Binary | 10110010 | 1110111 | 1001101 | 0 | 100001 | 111001 | 11110 | 11001 | 101000 | 110010 |
Color Harmonies of #B2774D
Complementary color
Monochromatic Colors of #B2774D
Black with #B2774D
Text Example
Text Example
White with #B2774D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2774D; }
p { color: rgb(178,119,77); }
H1.HeaderClassName
{
color: #B2774D;
}
.AnyTagClassName
{
color: #B2774D;
}
</style>
background-color css
<style>
a { background-color: #B2774D; }
a { background-color: rgb(178,119,77); }
div.DivClassName
{
background-color: #B2774D;
}
.BgClassName
{
background-color: #B2774D;
}
</style>
border-color css
<style>
span { border-color: #B2774D; }
span { border-color: rgb(178,119,77); }
td.TdClassName
{
border-color: #B2774D;
}
.TagClassName
{
border-color: #B2774D;
}
</style>