Shades of Texas Rose #FFB057
Tints of Texas Rose #FFB057
RGB
CMYK
RGB Variations
Color information
#FFB057 (or 0xFFB057) is known color: Texas Rose. HEX triplet: FF, B0 and 57. RGB value is (255,176,87). Sum of RGB (Red+Green+Blue) = 255+176+87=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 87 (34.38% from 255 or 16.80% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB057 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB057 is #004FA8. Grayscale: #BDBDBD. Windows color (decimal): -20393 or 5746943. OLE color: 5746943.
HSL color Cylindrical-coordinate representation of color #FFB057: hue angle of 31.79º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFB057 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 87 | - |
| CMYK | 0 | 0.31 | 0.66 | 0 |
| HSL | 31.79º | 1% | 0.67% | - |
| HSV(B) | 31.79º | 0.66% | 1% | - |
| XYZ | 58.49 | 53 | 16.16 | - |
| YUV | 189.48 | 70.17 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 87 | 0 | 0.31 | 0.66 | 0 | 31.79 | 1 | 0.67 |
| Hex | FF | B0 | 57 | 0 | 1F | 42 | 0 | 20 | 64 | 43 |
| Octal | 377 | 260 | 127 | 0 | 37 | 102 | 0 | 40 | 144 | 103 |
| Binary | 11111111 | 10110000 | 1010111 | 0 | 11111 | 1000010 | 0 | 100000 | 1100100 | 1000011 |
Color Harmonies of #FFB057
Complementary color
Monochromatic Colors of #FFB057
Black with #FFB057
Text Example
Text Example
White with #FFB057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB057; }
p { color: rgb(255,176,87); }
H1.HeaderClassName
{
color: #FFB057;
}
.AnyTagClassName
{
color: #FFB057;
}
</style>
background-color css
<style>
a { background-color: #FFB057; }
a { background-color: rgb(255,176,87); }
div.DivClassName
{
background-color: #FFB057;
}
.BgClassName
{
background-color: #FFB057;
}
</style>
border-color css
<style>
span { border-color: #FFB057; }
span { border-color: rgb(255,176,87); }
td.TdClassName
{
border-color: #FFB057;
}
.TagClassName
{
border-color: #FFB057;
}
</style>