Shades of Bourbon #B4683C
Tints of Bourbon #B4683C
RGB
CMYK
RGB Variations
Color information
#B4683C (or 0xB4683C) is known color: Bourbon. HEX triplet: B4, 68 and 3C. RGB value is (180,104,60). Sum of RGB (Red+Green+Blue) = 180+104+60=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B4683C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4683C is #4B97C3. Grayscale: #797979. Windows color (decimal): -4954052 or 3958964. OLE color: 3958964.
HSL color Cylindrical-coordinate representation of color #B4683C: hue angle of 22º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B4683C is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 104 | 60 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.29 |
| HSL | 22º | 0.5% | 0.47% | - |
| HSV(B) | 22º | 0.67% | 0.71% | - |
| XYZ | 24.59 | 19.93 | 6.83 | - |
| YUV | 121.71 | 93.18 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 104 | 60 | 0 | 0.42 | 0.67 | 0.29 | 22 | 0.5 | 0.47 |
| Hex | B4 | 68 | 3C | 0 | 2A | 43 | 1D | 16 | 32 | 2F |
| Octal | 264 | 150 | 74 | 0 | 52 | 103 | 35 | 26 | 62 | 57 |
| Binary | 10110100 | 1101000 | 111100 | 0 | 101010 | 1000011 | 11101 | 10110 | 110010 | 101111 |
Color Harmonies of #B4683C
Complementary color
Monochromatic Colors of #B4683C
Black with #B4683C
Text Example
Text Example
White with #B4683C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4683C; }
p { color: rgb(180,104,60); }
H1.HeaderClassName
{
color: #B4683C;
}
.AnyTagClassName
{
color: #B4683C;
}
</style>
background-color css
<style>
a { background-color: #B4683C; }
a { background-color: rgb(180,104,60); }
div.DivClassName
{
background-color: #B4683C;
}
.BgClassName
{
background-color: #B4683C;
}
</style>
border-color css
<style>
span { border-color: #B4683C; }
span { border-color: rgb(180,104,60); }
td.TdClassName
{
border-color: #B4683C;
}
.TagClassName
{
border-color: #B4683C;
}
</style>