Shades of Bourbon #B07145
Tints of Bourbon #B07145
RGB
CMYK
RGB Variations
Color information
#B07145 (or 0xB07145) is known color: Bourbon. HEX triplet: B0, 71 and 45. RGB value is (176,113,69). Sum of RGB (Red+Green+Blue) = 176+113+69=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B07145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07145 is #4F8EBA. Grayscale: #7F7F7F. Windows color (decimal): -5213883 or 4551088. OLE color: 4551088.
HSL color Cylindrical-coordinate representation of color #B07145: hue angle of 24.67º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B07145 is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 113 | 69 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.31 |
| HSL | 24.67º | 0.44% | 0.48% | - |
| HSV(B) | 24.67º | 0.61% | 0.69% | - |
| XYZ | 24.88 | 21.47 | 8.46 | - |
| YUV | 126.82 | 95.37 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 113 | 69 | 0 | 0.36 | 0.61 | 0.31 | 24.67 | 0.44 | 0.48 |
| Hex | B0 | 71 | 45 | 0 | 24 | 3D | 1F | 19 | 2C | 30 |
| Octal | 260 | 161 | 105 | 0 | 44 | 75 | 37 | 31 | 54 | 60 |
| Binary | 10110000 | 1110001 | 1000101 | 0 | 100100 | 111101 | 11111 | 11001 | 101100 | 110000 |
Color Harmonies of #B07145
Complementary color
Monochromatic Colors of #B07145
Black with #B07145
Text Example
Text Example
White with #B07145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07145; }
p { color: rgb(176,113,69); }
H1.HeaderClassName
{
color: #B07145;
}
.AnyTagClassName
{
color: #B07145;
}
</style>
background-color css
<style>
a { background-color: #B07145; }
a { background-color: rgb(176,113,69); }
div.DivClassName
{
background-color: #B07145;
}
.BgClassName
{
background-color: #B07145;
}
</style>
border-color css
<style>
span { border-color: #B07145; }
span { border-color: rgb(176,113,69); }
td.TdClassName
{
border-color: #B07145;
}
.TagClassName
{
border-color: #B07145;
}
</style>