Shades of Bourbon #B07446
Tints of Bourbon #B07446
RGB
CMYK
RGB Variations
Color information
#B07446 (or 0xB07446) is known color: Bourbon. HEX triplet: B0, 74 and 46. RGB value is (176,116,70). Sum of RGB (Red+Green+Blue) = 176+116+70=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B07446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07446 is #4F8BB9. Grayscale: #808080. Windows color (decimal): -5213114 or 4617392. OLE color: 4617392.
HSL color Cylindrical-coordinate representation of color #B07446: hue angle of 26.04º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B07446 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 116 | 70 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.31 |
| HSL | 26.04º | 0.43% | 0.48% | - |
| HSV(B) | 26.04º | 0.6% | 0.69% | - |
| XYZ | 25.26 | 22.16 | 8.74 | - |
| YUV | 128.7 | 94.88 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 116 | 70 | 0 | 0.34 | 0.60 | 0.31 | 26.04 | 0.43 | 0.48 |
| Hex | B0 | 74 | 46 | 0 | 22 | 3C | 1F | 1A | 2B | 30 |
| Octal | 260 | 164 | 106 | 0 | 42 | 74 | 37 | 32 | 53 | 60 |
| Binary | 10110000 | 1110100 | 1000110 | 0 | 100010 | 111100 | 11111 | 11010 | 101011 | 110000 |
Color Harmonies of #B07446
Complementary color
Monochromatic Colors of #B07446
Black with #B07446
Text Example
Text Example
White with #B07446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07446; }
p { color: rgb(176,116,70); }
H1.HeaderClassName
{
color: #B07446;
}
.AnyTagClassName
{
color: #B07446;
}
</style>
background-color css
<style>
a { background-color: #B07446; }
a { background-color: rgb(176,116,70); }
div.DivClassName
{
background-color: #B07446;
}
.BgClassName
{
background-color: #B07446;
}
</style>
border-color css
<style>
span { border-color: #B07446; }
span { border-color: rgb(176,116,70); }
td.TdClassName
{
border-color: #B07446;
}
.TagClassName
{
border-color: #B07446;
}
</style>