Shades of Tacao #FFB176
Tints of Tacao #FFB176
RGB
CMYK
RGB Variations
Color information
#FFB176 (or 0xFFB176) is known color: Tacao. HEX triplet: FF, B1 and 76. RGB value is (255,177,118). Sum of RGB (Red+Green+Blue) = 255+177+118=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 177 (69.53% from 255 or 32.18% from 550); Blue value is 118 (46.48% from 255 or 21.45% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB176 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB176 is #004E89. Grayscale: #C1C1C1. Windows color (decimal): -20106 or 7778815. OLE color: 7778815.
HSL color Cylindrical-coordinate representation of color #FFB176: hue angle of 25.84º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFB176 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 118 | - |
| CMYK | 0 | 0.31 | 0.54 | 0 |
| HSL | 25.84º | 1% | 0.73% | - |
| HSV(B) | 25.84º | 0.54% | 1% | - |
| XYZ | 60.23 | 54.01 | 24.39 | - |
| YUV | 193.6 | 85.34 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 118 | 0 | 0.31 | 0.54 | 0 | 25.84 | 1 | 0.73 |
| Hex | FF | B1 | 76 | 0 | 1F | 36 | 0 | 1A | 64 | 49 |
| Octal | 377 | 261 | 166 | 0 | 37 | 66 | 0 | 32 | 144 | 111 |
| Binary | 11111111 | 10110001 | 1110110 | 0 | 11111 | 110110 | 0 | 11010 | 1100100 | 1001001 |
Color Harmonies of #FFB176
Complementary color
Monochromatic Colors of #FFB176
Black with #FFB176
Text Example
Text Example
White with #FFB176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB176; }
p { color: rgb(255,177,118); }
H1.HeaderClassName
{
color: #FFB176;
}
.AnyTagClassName
{
color: #FFB176;
}
</style>
background-color css
<style>
a { background-color: #FFB176; }
a { background-color: rgb(255,177,118); }
div.DivClassName
{
background-color: #FFB176;
}
.BgClassName
{
background-color: #FFB176;
}
</style>
border-color css
<style>
span { border-color: #FFB176; }
span { border-color: rgb(255,177,118); }
td.TdClassName
{
border-color: #FFB176;
}
.TagClassName
{
border-color: #FFB176;
}
</style>