Shades of Tacao #FFB174
Tints of Tacao #FFB174
RGB
CMYK
RGB Variations
Color information
#FFB174 (or 0xFFB174) is known color: Tacao. HEX triplet: FF, B1 and 74. RGB value is (255,177,116). Sum of RGB (Red+Green+Blue) = 255+177+116=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 177 (69.53% from 255 or 32.30% from 548); Blue value is 116 (45.70% from 255 or 21.17% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB174 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB174 is #004E8B. Grayscale: #C1C1C1. Windows color (decimal): -20108 or 7647743. OLE color: 7647743.
HSL color Cylindrical-coordinate representation of color #FFB174: hue angle of 26.33º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFB174 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 116 | - |
| CMYK | 0 | 0.31 | 0.55 | 0 |
| HSL | 26.33º | 1% | 0.73% | - |
| HSV(B) | 26.33º | 0.55% | 1% | - |
| XYZ | 60.11 | 53.97 | 23.77 | - |
| YUV | 193.37 | 84.34 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 116 | 0 | 0.31 | 0.55 | 0 | 26.33 | 1 | 0.73 |
| Hex | FF | B1 | 74 | 0 | 1F | 37 | 0 | 1A | 64 | 49 |
| Octal | 377 | 261 | 164 | 0 | 37 | 67 | 0 | 32 | 144 | 111 |
| Binary | 11111111 | 10110001 | 1110100 | 0 | 11111 | 110111 | 0 | 11010 | 1100100 | 1001001 |
Color Harmonies of #FFB174
Complementary color
Monochromatic Colors of #FFB174
Black with #FFB174
Text Example
Text Example
White with #FFB174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB174; }
p { color: rgb(255,177,116); }
H1.HeaderClassName
{
color: #FFB174;
}
.AnyTagClassName
{
color: #FFB174;
}
</style>
background-color css
<style>
a { background-color: #FFB174; }
a { background-color: rgb(255,177,116); }
div.DivClassName
{
background-color: #FFB174;
}
.BgClassName
{
background-color: #FFB174;
}
</style>
border-color css
<style>
span { border-color: #FFB174; }
span { border-color: rgb(255,177,116); }
td.TdClassName
{
border-color: #FFB174;
}
.TagClassName
{
border-color: #FFB174;
}
</style>