Shades of Bourbon #B3764A
Tints of Bourbon #B3764A
RGB
CMYK
RGB Variations
Color information
#B3764A (or 0xB3764A) is known color: Bourbon. HEX triplet: B3, 76 and 4A. RGB value is (179,118,74). Sum of RGB (Red+Green+Blue) = 179+118+74=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B3764A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3764A is #4C89B5. Grayscale: #838383. Windows color (decimal): -5015990 or 4880051. OLE color: 4880051.
HSL color Cylindrical-coordinate representation of color #B3764A: hue angle of 25.14º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B3764A is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 118 | 74 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.30 |
| HSL | 25.14º | 0.42% | 0.5% | - |
| HSV(B) | 25.14º | 0.59% | 0.7% | - |
| XYZ | 26.3 | 23.03 | 9.54 | - |
| YUV | 131.22 | 95.71 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 118 | 74 | 0 | 0.34 | 0.59 | 0.30 | 25.14 | 0.42 | 0.5 |
| Hex | B3 | 76 | 4A | 0 | 22 | 3B | 1E | 19 | 2A | 32 |
| Octal | 263 | 166 | 112 | 0 | 42 | 73 | 36 | 31 | 52 | 62 |
| Binary | 10110011 | 1110110 | 1001010 | 0 | 100010 | 111011 | 11110 | 11001 | 101010 | 110010 |
Color Harmonies of #B3764A
Complementary color
Monochromatic Colors of #B3764A
Black with #B3764A
Text Example
Text Example
White with #B3764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3764A; }
p { color: rgb(179,118,74); }
H1.HeaderClassName
{
color: #B3764A;
}
.AnyTagClassName
{
color: #B3764A;
}
</style>
background-color css
<style>
a { background-color: #B3764A; }
a { background-color: rgb(179,118,74); }
div.DivClassName
{
background-color: #B3764A;
}
.BgClassName
{
background-color: #B3764A;
}
</style>
border-color css
<style>
span { border-color: #B3764A; }
span { border-color: rgb(179,118,74); }
td.TdClassName
{
border-color: #B3764A;
}
.TagClassName
{
border-color: #B3764A;
}
</style>