Shades of Toast #B0735D
Tints of Toast #B0735D
RGB
CMYK
RGB Variations
Color information
#B0735D (or 0xB0735D) is known color: Toast. HEX triplet: B0, 73 and 5D. RGB value is (176,115,93). Sum of RGB (Red+Green+Blue) = 176+115+93=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B0735D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0735D is #4F8CA2. Grayscale: #828282. Windows color (decimal): -5213347 or 6124464. OLE color: 6124464.
HSL color Cylindrical-coordinate representation of color #B0735D: hue angle of 15.9º 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 #B0735D is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 115 | 93 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.31 |
| HSL | 15.9º | 0.34% | 0.53% | - |
| HSV(B) | 15.9º | 0.47% | 0.69% | - |
| XYZ | 26.01 | 22.28 | 13.29 | - |
| YUV | 130.73 | 106.71 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 115 | 93 | 0 | 0.35 | 0.47 | 0.31 | 15.9 | 0.34 | 0.53 |
| Hex | B0 | 73 | 5D | 0 | 23 | 2F | 1F | 10 | 22 | 35 |
| Octal | 260 | 163 | 135 | 0 | 43 | 57 | 37 | 20 | 42 | 65 |
| Binary | 10110000 | 1110011 | 1011101 | 0 | 100011 | 101111 | 11111 | 10000 | 100010 | 110101 |
Color Harmonies of #B0735D
Complementary color
Monochromatic Colors of #B0735D
Black with #B0735D
Text Example
Text Example
White with #B0735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0735D; }
p { color: rgb(176,115,93); }
H1.HeaderClassName
{
color: #B0735D;
}
.AnyTagClassName
{
color: #B0735D;
}
</style>
background-color css
<style>
a { background-color: #B0735D; }
a { background-color: rgb(176,115,93); }
div.DivClassName
{
background-color: #B0735D;
}
.BgClassName
{
background-color: #B0735D;
}
</style>
border-color css
<style>
span { border-color: #B0735D; }
span { border-color: rgb(176,115,93); }
td.TdClassName
{
border-color: #B0735D;
}
.TagClassName
{
border-color: #B0735D;
}
</style>