Shades of Bourbon #B3764C
Tints of Bourbon #B3764C
RGB
CMYK
RGB Variations
Color information
#B3764C (or 0xB3764C) is known color: Bourbon. HEX triplet: B3, 76 and 4C. RGB value is (179,118,76). Sum of RGB (Red+Green+Blue) = 179+118+76=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 76 (30.08% from 255 or 20.38% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B3764C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3764C is #4C89B3. Grayscale: #838383. Windows color (decimal): -5015988 or 5011123. OLE color: 5011123.
HSL color Cylindrical-coordinate representation of color #B3764C: hue angle of 24.47º degrees, saturation: 0.4, 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 #B3764C is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 118 | 76 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.30 |
| HSL | 24.47º | 0.4% | 0.5% | - |
| HSV(B) | 24.47º | 0.58% | 0.7% | - |
| XYZ | 26.37 | 23.06 | 9.9 | - |
| YUV | 131.45 | 96.71 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 118 | 76 | 0 | 0.34 | 0.58 | 0.30 | 24.47 | 0.4 | 0.5 |
| Hex | B3 | 76 | 4C | 0 | 22 | 3A | 1E | 18 | 28 | 32 |
| Octal | 263 | 166 | 114 | 0 | 42 | 72 | 36 | 30 | 50 | 62 |
| Binary | 10110011 | 1110110 | 1001100 | 0 | 100010 | 111010 | 11110 | 11000 | 101000 | 110010 |
Color Harmonies of #B3764C
Complementary color
Monochromatic Colors of #B3764C
Black with #B3764C
Text Example
Text Example
White with #B3764C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3764C; }
p { color: rgb(179,118,76); }
H1.HeaderClassName
{
color: #B3764C;
}
.AnyTagClassName
{
color: #B3764C;
}
</style>
background-color css
<style>
a { background-color: #B3764C; }
a { background-color: rgb(179,118,76); }
div.DivClassName
{
background-color: #B3764C;
}
.BgClassName
{
background-color: #B3764C;
}
</style>
border-color css
<style>
span { border-color: #B3764C; }
span { border-color: rgb(179,118,76); }
td.TdClassName
{
border-color: #B3764C;
}
.TagClassName
{
border-color: #B3764C;
}
</style>