Shades of Bourbon #B2774A
Tints of Bourbon #B2774A
RGB
CMYK
RGB Variations
Color information
#B2774A (or 0xB2774A) is known color: Bourbon. HEX triplet: B2, 77 and 4A. RGB value is (178,119,74). Sum of RGB (Red+Green+Blue) = 178+119+74=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2774A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2774A is #4D88B5. Grayscale: #838383. Windows color (decimal): -5081270 or 4880306. OLE color: 4880306.
HSL color Cylindrical-coordinate representation of color #B2774A: hue angle of 25.96º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2774A is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 119 | 74 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.30 |
| HSL | 25.96º | 0.41% | 0.49% | - |
| HSV(B) | 25.96º | 0.58% | 0.7% | - |
| XYZ | 26.19 | 23.15 | 9.57 | - |
| YUV | 131.51 | 95.55 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 119 | 74 | 0 | 0.33 | 0.58 | 0.30 | 25.96 | 0.41 | 0.49 |
| Hex | B2 | 77 | 4A | 0 | 21 | 3A | 1E | 1A | 29 | 31 |
| Octal | 262 | 167 | 112 | 0 | 41 | 72 | 36 | 32 | 51 | 61 |
| Binary | 10110010 | 1110111 | 1001010 | 0 | 100001 | 111010 | 11110 | 11010 | 101001 | 110001 |
Color Harmonies of #B2774A
Complementary color
Monochromatic Colors of #B2774A
Black with #B2774A
Text Example
Text Example
White with #B2774A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2774A; }
p { color: rgb(178,119,74); }
H1.HeaderClassName
{
color: #B2774A;
}
.AnyTagClassName
{
color: #B2774A;
}
</style>
background-color css
<style>
a { background-color: #B2774A; }
a { background-color: rgb(178,119,74); }
div.DivClassName
{
background-color: #B2774A;
}
.BgClassName
{
background-color: #B2774A;
}
</style>
border-color css
<style>
span { border-color: #B2774A; }
span { border-color: rgb(178,119,74); }
td.TdClassName
{
border-color: #B2774A;
}
.TagClassName
{
border-color: #B2774A;
}
</style>