Shades of Bourbon #B07143
Tints of Bourbon #B07143
RGB
CMYK
RGB Variations
Color information
#B07143 (or 0xB07143) is known color: Bourbon. HEX triplet: B0, 71 and 43. RGB value is (176,113,67). Sum of RGB (Red+Green+Blue) = 176+113+67=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 67 (26.56% from 255 or 18.82% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B07143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07143 is #4F8EBC. Grayscale: #7E7E7E. Windows color (decimal): -5213885 or 4420016. OLE color: 4420016.
HSL color Cylindrical-coordinate representation of color #B07143: hue angle of 25.32º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B07143 is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 113 | 67 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.31 |
| HSL | 25.32º | 0.45% | 0.48% | - |
| HSV(B) | 25.32º | 0.62% | 0.69% | - |
| XYZ | 24.82 | 21.45 | 8.14 | - |
| YUV | 126.59 | 94.37 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 113 | 67 | 0 | 0.36 | 0.62 | 0.31 | 25.32 | 0.45 | 0.48 |
| Hex | B0 | 71 | 43 | 0 | 24 | 3E | 1F | 19 | 2D | 30 |
| Octal | 260 | 161 | 103 | 0 | 44 | 76 | 37 | 31 | 55 | 60 |
| Binary | 10110000 | 1110001 | 1000011 | 0 | 100100 | 111110 | 11111 | 11001 | 101101 | 110000 |
Color Harmonies of #B07143
Complementary color
Monochromatic Colors of #B07143
Black with #B07143
Text Example
Text Example
White with #B07143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07143; }
p { color: rgb(176,113,67); }
H1.HeaderClassName
{
color: #B07143;
}
.AnyTagClassName
{
color: #B07143;
}
</style>
background-color css
<style>
a { background-color: #B07143; }
a { background-color: rgb(176,113,67); }
div.DivClassName
{
background-color: #B07143;
}
.BgClassName
{
background-color: #B07143;
}
</style>
border-color css
<style>
span { border-color: #B07143; }
span { border-color: rgb(176,113,67); }
td.TdClassName
{
border-color: #B07143;
}
.TagClassName
{
border-color: #B07143;
}
</style>