Shades of Bourbon #B3723C
Tints of Bourbon #B3723C
RGB
CMYK
RGB Variations
Color information
#B3723C (or 0xB3723C) is known color: Bourbon. HEX triplet: B3, 72 and 3C. RGB value is (179,114,60). Sum of RGB (Red+Green+Blue) = 179+114+60=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B3723C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3723C is #4C8DC3. Grayscale: #7F7F7F. Windows color (decimal): -5017028 or 3961523. OLE color: 3961523.
HSL color Cylindrical-coordinate representation of color #B3723C: hue angle of 27.23º 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 #B3723C is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 114 | 60 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.30 |
| HSL | 27.23º | 0.5% | 0.47% | - |
| HSV(B) | 27.23º | 0.66% | 0.7% | - |
| XYZ | 25.42 | 21.94 | 7.17 | - |
| YUV | 127.28 | 90.03 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 114 | 60 | 0 | 0.36 | 0.66 | 0.30 | 27.23 | 0.5 | 0.47 |
| Hex | B3 | 72 | 3C | 0 | 24 | 42 | 1E | 1B | 32 | 2F |
| Octal | 263 | 162 | 74 | 0 | 44 | 102 | 36 | 33 | 62 | 57 |
| Binary | 10110011 | 1110010 | 111100 | 0 | 100100 | 1000010 | 11110 | 11011 | 110010 | 101111 |
Color Harmonies of #B3723C
Complementary color
Monochromatic Colors of #B3723C
Black with #B3723C
Text Example
Text Example
White with #B3723C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3723C; }
p { color: rgb(179,114,60); }
H1.HeaderClassName
{
color: #B3723C;
}
.AnyTagClassName
{
color: #B3723C;
}
</style>
background-color css
<style>
a { background-color: #B3723C; }
a { background-color: rgb(179,114,60); }
div.DivClassName
{
background-color: #B3723C;
}
.BgClassName
{
background-color: #B3723C;
}
</style>
border-color css
<style>
span { border-color: #B3723C; }
span { border-color: rgb(179,114,60); }
td.TdClassName
{
border-color: #B3723C;
}
.TagClassName
{
border-color: #B3723C;
}
</style>