Shades of Sundown #FFB0A7
Tints of Sundown #FFB0A7
RGB
CMYK
RGB Variations
Color information
#FFB0A7 (or 0xFFB0A7) is known color: Sundown. HEX triplet: FF, B0 and A7. RGB value is (255,176,167). Sum of RGB (Red+Green+Blue) = 255+176+167=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 176 (69.14% from 255 or 29.43% from 598); Blue value is 167 (65.62% from 255 or 27.93% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB0A7 is #004F58. Grayscale: #C6C6C6. Windows color (decimal): -20313 or 10989823. OLE color: 10989823.
HSL color Cylindrical-coordinate representation of color #FFB0A7: hue angle of 6.14º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFB0A7 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 167 | - |
| CMYK | 0 | 0.31 | 0.35 | 0 |
| HSL | 6.14º | 1% | 0.83% | - |
| HSV(B) | 6.14º | 0.35% | 1% | - |
| XYZ | 63.74 | 55.1 | 43.84 | - |
| YUV | 198.6 | 110.17 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 167 | 0 | 0.31 | 0.35 | 0 | 6.14 | 1 | 0.83 |
| Hex | FF | B0 | A7 | 0 | 1F | 23 | 0 | 6 | 64 | 53 |
| Octal | 377 | 260 | 247 | 0 | 37 | 43 | 0 | 6 | 144 | 123 |
| Binary | 11111111 | 10110000 | 10100111 | 0 | 11111 | 100011 | 0 | 110 | 1100100 | 1010011 |
Color Harmonies of #FFB0A7
Complementary color
Monochromatic Colors of #FFB0A7
Black with #FFB0A7
Text Example
Text Example
White with #FFB0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0A7; }
p { color: rgb(255,176,167); }
H1.HeaderClassName
{
color: #FFB0A7;
}
.AnyTagClassName
{
color: #FFB0A7;
}
</style>
background-color css
<style>
a { background-color: #FFB0A7; }
a { background-color: rgb(255,176,167); }
div.DivClassName
{
background-color: #FFB0A7;
}
.BgClassName
{
background-color: #FFB0A7;
}
</style>
border-color css
<style>
span { border-color: #FFB0A7; }
span { border-color: rgb(255,176,167); }
td.TdClassName
{
border-color: #FFB0A7;
}
.TagClassName
{
border-color: #FFB0A7;
}
</style>