Shades of Bourbon #B3774B
Tints of Bourbon #B3774B
RGB
CMYK
RGB Variations
Color information
#B3774B (or 0xB3774B) is known color: Bourbon. HEX triplet: B3, 77 and 4B. RGB value is (179,119,75). Sum of RGB (Red+Green+Blue) = 179+119+75=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B3774B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3774B is #4C88B4. Grayscale: #848484. Windows color (decimal): -5015733 or 4945843. OLE color: 4945843.
HSL color Cylindrical-coordinate representation of color #B3774B: hue angle of 25.38º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B3774B is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 119 | 75 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.30 |
| HSL | 25.38º | 0.41% | 0.5% | - |
| HSV(B) | 25.38º | 0.58% | 0.7% | - |
| XYZ | 26.46 | 23.29 | 9.76 | - |
| YUV | 131.92 | 95.88 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 119 | 75 | 0 | 0.34 | 0.58 | 0.30 | 25.38 | 0.41 | 0.5 |
| Hex | B3 | 77 | 4B | 0 | 22 | 3A | 1E | 19 | 29 | 32 |
| Octal | 263 | 167 | 113 | 0 | 42 | 72 | 36 | 31 | 51 | 62 |
| Binary | 10110011 | 1110111 | 1001011 | 0 | 100010 | 111010 | 11110 | 11001 | 101001 | 110010 |
Color Harmonies of #B3774B
Complementary color
Monochromatic Colors of #B3774B
Black with #B3774B
Text Example
Text Example
White with #B3774B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3774B; }
p { color: rgb(179,119,75); }
H1.HeaderClassName
{
color: #B3774B;
}
.AnyTagClassName
{
color: #B3774B;
}
</style>
background-color css
<style>
a { background-color: #B3774B; }
a { background-color: rgb(179,119,75); }
div.DivClassName
{
background-color: #B3774B;
}
.BgClassName
{
background-color: #B3774B;
}
</style>
border-color css
<style>
span { border-color: #B3774B; }
span { border-color: rgb(179,119,75); }
td.TdClassName
{
border-color: #B3774B;
}
.TagClassName
{
border-color: #B3774B;
}
</style>