Shades of Bourbon #B3743C
Tints of Bourbon #B3743C
RGB
CMYK
RGB Variations
Color information
#B3743C (or 0xB3743C) is known color: Bourbon. HEX triplet: B3, 74 and 3C. RGB value is (179,116,60). Sum of RGB (Red+Green+Blue) = 179+116+60=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B3743C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3743C is #4C8BC3. Grayscale: #808080. Windows color (decimal): -5016516 or 3962035. OLE color: 3962035.
HSL color Cylindrical-coordinate representation of color #B3743C: hue angle of 28.24º 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 #B3743C is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 116 | 60 | - |
| CMYK | 0 | 0.35 | 0.66 | 0.30 |
| HSL | 28.24º | 0.5% | 0.47% | - |
| HSV(B) | 28.24º | 0.66% | 0.7% | - |
| XYZ | 25.65 | 22.4 | 7.25 | - |
| YUV | 128.45 | 89.37 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 116 | 60 | 0 | 0.35 | 0.66 | 0.30 | 28.24 | 0.5 | 0.47 |
| Hex | B3 | 74 | 3C | 0 | 23 | 42 | 1E | 1C | 32 | 2F |
| Octal | 263 | 164 | 74 | 0 | 43 | 102 | 36 | 34 | 62 | 57 |
| Binary | 10110011 | 1110100 | 111100 | 0 | 100011 | 1000010 | 11110 | 11100 | 110010 | 101111 |
Color Harmonies of #B3743C
Complementary color
Monochromatic Colors of #B3743C
Black with #B3743C
Text Example
Text Example
White with #B3743C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3743C; }
p { color: rgb(179,116,60); }
H1.HeaderClassName
{
color: #B3743C;
}
.AnyTagClassName
{
color: #B3743C;
}
</style>
background-color css
<style>
a { background-color: #B3743C; }
a { background-color: rgb(179,116,60); }
div.DivClassName
{
background-color: #B3743C;
}
.BgClassName
{
background-color: #B3743C;
}
</style>
border-color css
<style>
span { border-color: #B3743C; }
span { border-color: rgb(179,116,60); }
td.TdClassName
{
border-color: #B3743C;
}
.TagClassName
{
border-color: #B3743C;
}
</style>