Shades of Tacao #FFB170
Tints of Tacao #FFB170
RGB
CMYK
RGB Variations
Color information
#FFB170 (or 0xFFB170) is known color: Tacao. HEX triplet: FF, B1 and 70. RGB value is (255,177,112). Sum of RGB (Red+Green+Blue) = 255+177+112=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 112 (44.14% from 255 or 20.59% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB170 is #004E8F. Grayscale: #C1C1C1. Windows color (decimal): -20112 or 7385599. OLE color: 7385599.
HSL color Cylindrical-coordinate representation of color #FFB170: hue angle of 27.27º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFB170 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 112 | - |
| CMYK | 0 | 0.31 | 0.56 | 0 |
| HSL | 27.27º | 1% | 0.72% | - |
| HSV(B) | 27.27º | 0.56% | 1% | - |
| XYZ | 59.89 | 53.87 | 22.57 | - |
| YUV | 192.91 | 82.34 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 112 | 0 | 0.31 | 0.56 | 0 | 27.27 | 1 | 0.72 |
| Hex | FF | B1 | 70 | 0 | 1F | 38 | 0 | 1B | 64 | 48 |
| Octal | 377 | 261 | 160 | 0 | 37 | 70 | 0 | 33 | 144 | 110 |
| Binary | 11111111 | 10110001 | 1110000 | 0 | 11111 | 111000 | 0 | 11011 | 1100100 | 1001000 |
Color Harmonies of #FFB170
Complementary color
Monochromatic Colors of #FFB170
Black with #FFB170
Text Example
Text Example
White with #FFB170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB170; }
p { color: rgb(255,177,112); }
H1.HeaderClassName
{
color: #FFB170;
}
.AnyTagClassName
{
color: #FFB170;
}
</style>
background-color css
<style>
a { background-color: #FFB170; }
a { background-color: rgb(255,177,112); }
div.DivClassName
{
background-color: #FFB170;
}
.BgClassName
{
background-color: #FFB170;
}
</style>
border-color css
<style>
span { border-color: #FFB170; }
span { border-color: rgb(255,177,112); }
td.TdClassName
{
border-color: #FFB170;
}
.TagClassName
{
border-color: #FFB170;
}
</style>