Shades of Toast #B0765C
Tints of Toast #B0765C
RGB
CMYK
RGB Variations
Color information
#B0765C (or 0xB0765C) is known color: Toast. HEX triplet: B0, 76 and 5C. RGB value is (176,118,92). Sum of RGB (Red+Green+Blue) = 176+118+92=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B0765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0765C is #4F89A3. Grayscale: #848484. Windows color (decimal): -5212580 or 6059696. OLE color: 6059696.
HSL color Cylindrical-coordinate representation of color #B0765C: hue angle of 18.57º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0765C is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 118 | 92 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.31 |
| HSL | 18.57º | 0.35% | 0.53% | - |
| HSV(B) | 18.57º | 0.48% | 0.69% | - |
| XYZ | 26.31 | 22.96 | 13.17 | - |
| YUV | 132.38 | 105.22 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 118 | 92 | 0 | 0.33 | 0.48 | 0.31 | 18.57 | 0.35 | 0.53 |
| Hex | B0 | 76 | 5C | 0 | 21 | 30 | 1F | 13 | 23 | 35 |
| Octal | 260 | 166 | 134 | 0 | 41 | 60 | 37 | 23 | 43 | 65 |
| Binary | 10110000 | 1110110 | 1011100 | 0 | 100001 | 110000 | 11111 | 10011 | 100011 | 110101 |
Color Harmonies of #B0765C
Complementary color
Monochromatic Colors of #B0765C
Black with #B0765C
Text Example
Text Example
White with #B0765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0765C; }
p { color: rgb(176,118,92); }
H1.HeaderClassName
{
color: #B0765C;
}
.AnyTagClassName
{
color: #B0765C;
}
</style>
background-color css
<style>
a { background-color: #B0765C; }
a { background-color: rgb(176,118,92); }
div.DivClassName
{
background-color: #B0765C;
}
.BgClassName
{
background-color: #B0765C;
}
</style>
border-color css
<style>
span { border-color: #B0765C; }
span { border-color: rgb(176,118,92); }
td.TdClassName
{
border-color: #B0765C;
}
.TagClassName
{
border-color: #B0765C;
}
</style>