Shades of Bourbon #B9724A
Tints of Bourbon #B9724A
RGB
CMYK
RGB Variations
Color information
#B9724A (or 0xB9724A) is known color: Bourbon. HEX triplet: B9, 72 and 4A. RGB value is (185,114,74). Sum of RGB (Red+Green+Blue) = 185+114+74=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B9724A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9724A is #468DB5. Grayscale: #828282. Windows color (decimal): -4623798 or 4879033. OLE color: 4879033.
HSL color Cylindrical-coordinate representation of color #B9724A: hue angle of 21.62º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B9724A is Cyan = 0, Magento = 0.38, Yellow = 0.6 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 114 | 74 | - |
| CMYK | 0 | 0.38 | 0.6 | 0.27 |
| HSL | 21.62º | 0.44% | 0.51% | - |
| HSV(B) | 21.62º | 0.6% | 0.73% | - |
| XYZ | 27.26 | 22.84 | 9.45 | - |
| YUV | 130.67 | 96.02 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 114 | 74 | 0 | 0.38 | 0.6 | 0.27 | 21.62 | 0.44 | 0.51 |
| Hex | B9 | 72 | 4A | 0 | 26 | 3C | 1B | 16 | 2C | 33 |
| Octal | 271 | 162 | 112 | 0 | 46 | 74 | 33 | 26 | 54 | 63 |
| Binary | 10111001 | 1110010 | 1001010 | 0 | 100110 | 111100 | 11011 | 10110 | 101100 | 110011 |
Color Harmonies of #B9724A
Complementary color
Monochromatic Colors of #B9724A
Black with #B9724A
Text Example
Text Example
White with #B9724A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9724A; }
p { color: rgb(185,114,74); }
H1.HeaderClassName
{
color: #B9724A;
}
.AnyTagClassName
{
color: #B9724A;
}
</style>
background-color css
<style>
a { background-color: #B9724A; }
a { background-color: rgb(185,114,74); }
div.DivClassName
{
background-color: #B9724A;
}
.BgClassName
{
background-color: #B9724A;
}
</style>
border-color css
<style>
span { border-color: #B9724A; }
span { border-color: rgb(185,114,74); }
td.TdClassName
{
border-color: #B9724A;
}
.TagClassName
{
border-color: #B9724A;
}
</style>