Shades of Bourbon #B0754A
Tints of Bourbon #B0754A
RGB
CMYK
RGB Variations
Color information
#B0754A (or 0xB0754A) is known color: Bourbon. HEX triplet: B0, 75 and 4A. RGB value is (176,117,74). Sum of RGB (Red+Green+Blue) = 176+117+74=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B0754A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0754A is #4F8AB5. Grayscale: #818181. Windows color (decimal): -5212854 or 4879792. OLE color: 4879792.
HSL color Cylindrical-coordinate representation of color #B0754A: hue angle of 25.29º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B0754A is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 117 | 74 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.31 |
| HSL | 25.29º | 0.41% | 0.49% | - |
| HSV(B) | 25.29º | 0.58% | 0.69% | - |
| XYZ | 25.5 | 22.45 | 9.47 | - |
| YUV | 129.74 | 96.55 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 117 | 74 | 0 | 0.34 | 0.58 | 0.31 | 25.29 | 0.41 | 0.49 |
| Hex | B0 | 75 | 4A | 0 | 22 | 3A | 1F | 19 | 29 | 31 |
| Octal | 260 | 165 | 112 | 0 | 42 | 72 | 37 | 31 | 51 | 61 |
| Binary | 10110000 | 1110101 | 1001010 | 0 | 100010 | 111010 | 11111 | 11001 | 101001 | 110001 |
Color Harmonies of #B0754A
Complementary color
Monochromatic Colors of #B0754A
Black with #B0754A
Text Example
Text Example
White with #B0754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0754A; }
p { color: rgb(176,117,74); }
H1.HeaderClassName
{
color: #B0754A;
}
.AnyTagClassName
{
color: #B0754A;
}
</style>
background-color css
<style>
a { background-color: #B0754A; }
a { background-color: rgb(176,117,74); }
div.DivClassName
{
background-color: #B0754A;
}
.BgClassName
{
background-color: #B0754A;
}
</style>
border-color css
<style>
span { border-color: #B0754A; }
span { border-color: rgb(176,117,74); }
td.TdClassName
{
border-color: #B0754A;
}
.TagClassName
{
border-color: #B0754A;
}
</style>