Shades of Toast #B0755F
Tints of Toast #B0755F
RGB
CMYK
RGB Variations
Color information
#B0755F (or 0xB0755F) is known color: Toast. HEX triplet: B0, 75 and 5F. RGB value is (176,117,95). Sum of RGB (Red+Green+Blue) = 176+117+95=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 95 (37.5% from 255 or 24.48% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B0755F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0755F is #4F8AA0. Grayscale: #848484. Windows color (decimal): -5212833 or 6256048. OLE color: 6256048.
HSL color Cylindrical-coordinate representation of color #B0755F: hue angle of 16.3º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B0755F is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 117 | 95 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.31 |
| HSL | 16.3º | 0.34% | 0.53% | - |
| HSV(B) | 16.3º | 0.46% | 0.69% | - |
| XYZ | 26.33 | 22.78 | 13.84 | - |
| YUV | 132.13 | 107.05 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 117 | 95 | 0 | 0.34 | 0.46 | 0.31 | 16.3 | 0.34 | 0.53 |
| Hex | B0 | 75 | 5F | 0 | 22 | 2E | 1F | 10 | 22 | 35 |
| Octal | 260 | 165 | 137 | 0 | 42 | 56 | 37 | 20 | 42 | 65 |
| Binary | 10110000 | 1110101 | 1011111 | 0 | 100010 | 101110 | 11111 | 10000 | 100010 | 110101 |
Color Harmonies of #B0755F
Complementary color
Monochromatic Colors of #B0755F
Black with #B0755F
Text Example
Text Example
White with #B0755F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0755F; }
p { color: rgb(176,117,95); }
H1.HeaderClassName
{
color: #B0755F;
}
.AnyTagClassName
{
color: #B0755F;
}
</style>
background-color css
<style>
a { background-color: #B0755F; }
a { background-color: rgb(176,117,95); }
div.DivClassName
{
background-color: #B0755F;
}
.BgClassName
{
background-color: #B0755F;
}
</style>
border-color css
<style>
span { border-color: #B0755F; }
span { border-color: rgb(176,117,95); }
td.TdClassName
{
border-color: #B0755F;
}
.TagClassName
{
border-color: #B0755F;
}
</style>