Shades of Bourbon #B3733C
Tints of Bourbon #B3733C
RGB
CMYK
RGB Variations
Color information
#B3733C (or 0xB3733C) is known color: Bourbon. HEX triplet: B3, 73 and 3C. RGB value is (179,115,60). Sum of RGB (Red+Green+Blue) = 179+115+60=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B3733C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3733C is #4C8CC3. Grayscale: #808080. Windows color (decimal): -5016772 or 3961779. OLE color: 3961779.
HSL color Cylindrical-coordinate representation of color #B3733C: hue angle of 27.73º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B3733C is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 115 | 60 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.30 |
| HSL | 27.73º | 0.5% | 0.47% | - |
| HSV(B) | 27.73º | 0.66% | 0.7% | - |
| XYZ | 25.54 | 22.17 | 7.21 | - |
| YUV | 127.87 | 89.7 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 115 | 60 | 0 | 0.36 | 0.66 | 0.30 | 27.73 | 0.5 | 0.47 |
| Hex | B3 | 73 | 3C | 0 | 24 | 42 | 1E | 1C | 32 | 2F |
| Octal | 263 | 163 | 74 | 0 | 44 | 102 | 36 | 34 | 62 | 57 |
| Binary | 10110011 | 1110011 | 111100 | 0 | 100100 | 1000010 | 11110 | 11100 | 110010 | 101111 |
Color Harmonies of #B3733C
Complementary color
Monochromatic Colors of #B3733C
Black with #B3733C
Text Example
Text Example
White with #B3733C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3733C; }
p { color: rgb(179,115,60); }
H1.HeaderClassName
{
color: #B3733C;
}
.AnyTagClassName
{
color: #B3733C;
}
</style>
background-color css
<style>
a { background-color: #B3733C; }
a { background-color: rgb(179,115,60); }
div.DivClassName
{
background-color: #B3733C;
}
.BgClassName
{
background-color: #B3733C;
}
</style>
border-color css
<style>
span { border-color: #B3733C; }
span { border-color: rgb(179,115,60); }
td.TdClassName
{
border-color: #B3733C;
}
.TagClassName
{
border-color: #B3733C;
}
</style>