Shades of Tacao #FFB172
Tints of Tacao #FFB172
RGB
CMYK
RGB Variations
Color information
#FFB172 (or 0xFFB172) is known color: Tacao. HEX triplet: FF, B1 and 72. RGB value is (255,177,114). Sum of RGB (Red+Green+Blue) = 255+177+114=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 177 (69.53% from 255 or 32.42% from 546); Blue value is 114 (44.92% from 255 or 20.88% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB172 is #004E8D. Grayscale: #C1C1C1. Windows color (decimal): -20110 or 7516671. OLE color: 7516671.
HSL color Cylindrical-coordinate representation of color #FFB172: hue angle of 26.81º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFB172 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 114 | - |
| CMYK | 0 | 0.31 | 0.55 | 0 |
| HSL | 26.81º | 1% | 0.72% | - |
| HSV(B) | 26.81º | 0.55% | 1% | - |
| XYZ | 60 | 53.92 | 23.16 | - |
| YUV | 193.14 | 83.34 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 114 | 0 | 0.31 | 0.55 | 0 | 26.81 | 1 | 0.72 |
| Hex | FF | B1 | 72 | 0 | 1F | 37 | 0 | 1B | 64 | 48 |
| Octal | 377 | 261 | 162 | 0 | 37 | 67 | 0 | 33 | 144 | 110 |
| Binary | 11111111 | 10110001 | 1110010 | 0 | 11111 | 110111 | 0 | 11011 | 1100100 | 1001000 |
Color Harmonies of #FFB172
Complementary color
Monochromatic Colors of #FFB172
Black with #FFB172
Text Example
Text Example
White with #FFB172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB172; }
p { color: rgb(255,177,114); }
H1.HeaderClassName
{
color: #FFB172;
}
.AnyTagClassName
{
color: #FFB172;
}
</style>
background-color css
<style>
a { background-color: #FFB172; }
a { background-color: rgb(255,177,114); }
div.DivClassName
{
background-color: #FFB172;
}
.BgClassName
{
background-color: #FFB172;
}
</style>
border-color css
<style>
span { border-color: #FFB172; }
span { border-color: rgb(255,177,114); }
td.TdClassName
{
border-color: #FFB172;
}
.TagClassName
{
border-color: #FFB172;
}
</style>