Shades of Toast #B0745E
Tints of Toast #B0745E
RGB
CMYK
RGB Variations
Color information
#B0745E (or 0xB0745E) is known color: Toast. HEX triplet: B0, 74 and 5E. RGB value is (176,116,94). Sum of RGB (Red+Green+Blue) = 176+116+94=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B0745E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0745E is #4F8BA1. Grayscale: #838383. Windows color (decimal): -5213090 or 6190256. OLE color: 6190256.
HSL color Cylindrical-coordinate representation of color #B0745E: hue angle of 16.1º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0745E is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 116 | 94 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.31 |
| HSL | 16.1º | 0.34% | 0.53% | - |
| HSV(B) | 16.1º | 0.47% | 0.69% | - |
| XYZ | 26.17 | 22.53 | 13.56 | - |
| YUV | 131.43 | 106.88 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 116 | 94 | 0 | 0.34 | 0.47 | 0.31 | 16.1 | 0.34 | 0.53 |
| Hex | B0 | 74 | 5E | 0 | 22 | 2F | 1F | 10 | 22 | 35 |
| Octal | 260 | 164 | 136 | 0 | 42 | 57 | 37 | 20 | 42 | 65 |
| Binary | 10110000 | 1110100 | 1011110 | 0 | 100010 | 101111 | 11111 | 10000 | 100010 | 110101 |
Color Harmonies of #B0745E
Complementary color
Monochromatic Colors of #B0745E
Black with #B0745E
Text Example
Text Example
White with #B0745E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0745E; }
p { color: rgb(176,116,94); }
H1.HeaderClassName
{
color: #B0745E;
}
.AnyTagClassName
{
color: #B0745E;
}
</style>
background-color css
<style>
a { background-color: #B0745E; }
a { background-color: rgb(176,116,94); }
div.DivClassName
{
background-color: #B0745E;
}
.BgClassName
{
background-color: #B0745E;
}
</style>
border-color css
<style>
span { border-color: #B0745E; }
span { border-color: rgb(176,116,94); }
td.TdClassName
{
border-color: #B0745E;
}
.TagClassName
{
border-color: #B0745E;
}
</style>