Shades of Bourbon #B4733C
Tints of Bourbon #B4733C
RGB
CMYK
RGB Variations
Color information
#B4733C (or 0xB4733C) is known color: Bourbon. HEX triplet: B4, 73 and 3C. RGB value is (180,115,60). Sum of RGB (Red+Green+Blue) = 180+115+60=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B4733C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4733C is #4B8CC3. Grayscale: #808080. Windows color (decimal): -4951236 or 3961780. OLE color: 3961780.
HSL color Cylindrical-coordinate representation of color #B4733C: hue angle of 27.5º 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 #B4733C is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 115 | 60 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.29 |
| HSL | 27.5º | 0.5% | 0.47% | - |
| HSV(B) | 27.5º | 0.67% | 0.71% | - |
| XYZ | 25.77 | 22.29 | 7.22 | - |
| YUV | 128.17 | 89.53 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 115 | 60 | 0 | 0.36 | 0.67 | 0.29 | 27.5 | 0.5 | 0.47 |
| Hex | B4 | 73 | 3C | 0 | 24 | 43 | 1D | 1C | 32 | 2F |
| Octal | 264 | 163 | 74 | 0 | 44 | 103 | 35 | 34 | 62 | 57 |
| Binary | 10110100 | 1110011 | 111100 | 0 | 100100 | 1000011 | 11101 | 11100 | 110010 | 101111 |
Color Harmonies of #B4733C
Complementary color
Monochromatic Colors of #B4733C
Black with #B4733C
Text Example
Text Example
White with #B4733C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4733C; }
p { color: rgb(180,115,60); }
H1.HeaderClassName
{
color: #B4733C;
}
.AnyTagClassName
{
color: #B4733C;
}
</style>
background-color css
<style>
a { background-color: #B4733C; }
a { background-color: rgb(180,115,60); }
div.DivClassName
{
background-color: #B4733C;
}
.BgClassName
{
background-color: #B4733C;
}
</style>
border-color css
<style>
span { border-color: #B4733C; }
span { border-color: rgb(180,115,60); }
td.TdClassName
{
border-color: #B4733C;
}
.TagClassName
{
border-color: #B4733C;
}
</style>