Shades of Bourbon #B4683F
Tints of Bourbon #B4683F
RGB
CMYK
RGB Variations
Color information
#B4683F (or 0xB4683F) is known color: Bourbon. HEX triplet: B4, 68 and 3F. RGB value is (180,104,63). Sum of RGB (Red+Green+Blue) = 180+104+63=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B4683F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4683F is #4B97C0. Grayscale: #7A7A7A. Windows color (decimal): -4954049 or 4155572. OLE color: 4155572.
HSL color Cylindrical-coordinate representation of color #B4683F: hue angle of 21.03º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B4683F is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 104 | 63 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.29 |
| HSL | 21.03º | 0.48% | 0.48% | - |
| HSV(B) | 21.03º | 0.65% | 0.71% | - |
| XYZ | 24.67 | 19.96 | 7.26 | - |
| YUV | 122.05 | 94.68 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 104 | 63 | 0 | 0.42 | 0.65 | 0.29 | 21.03 | 0.48 | 0.48 |
| Hex | B4 | 68 | 3F | 0 | 2A | 41 | 1D | 15 | 30 | 30 |
| Octal | 264 | 150 | 77 | 0 | 52 | 101 | 35 | 25 | 60 | 60 |
| Binary | 10110100 | 1101000 | 111111 | 0 | 101010 | 1000001 | 11101 | 10101 | 110000 | 110000 |
Color Harmonies of #B4683F
Complementary color
Monochromatic Colors of #B4683F
Black with #B4683F
Text Example
Text Example
White with #B4683F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4683F; }
p { color: rgb(180,104,63); }
H1.HeaderClassName
{
color: #B4683F;
}
.AnyTagClassName
{
color: #B4683F;
}
</style>
background-color css
<style>
a { background-color: #B4683F; }
a { background-color: rgb(180,104,63); }
div.DivClassName
{
background-color: #B4683F;
}
.BgClassName
{
background-color: #B4683F;
}
</style>
border-color css
<style>
span { border-color: #B4683F; }
span { border-color: rgb(180,104,63); }
td.TdClassName
{
border-color: #B4683F;
}
.TagClassName
{
border-color: #B4683F;
}
</style>