Shades of Texas Rose #FFB155
Tints of Texas Rose #FFB155
RGB
CMYK
RGB Variations
Color information
#FFB155 (or 0xFFB155) is known color: Texas Rose. HEX triplet: FF, B1 and 55. RGB value is (255,177,85). Sum of RGB (Red+Green+Blue) = 255+177+85=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 177 (69.53% from 255 or 34.24% from 517); Blue value is 85 (33.59% from 255 or 16.44% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB155 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB155 is #004EAA. Grayscale: #BEBEBE. Windows color (decimal): -20139 or 5616127. OLE color: 5616127.
HSL color Cylindrical-coordinate representation of color #FFB155: hue angle of 32.47º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFB155 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 85 | - |
| CMYK | 0 | 0.31 | 0.67 | 0 |
| HSL | 32.47º | 1% | 0.67% | - |
| HSV(B) | 32.47º | 0.67% | 1% | - |
| XYZ | 58.6 | 53.36 | 15.81 | - |
| YUV | 189.83 | 68.84 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 85 | 0 | 0.31 | 0.67 | 0 | 32.47 | 1 | 0.67 |
| Hex | FF | B1 | 55 | 0 | 1F | 43 | 0 | 20 | 64 | 43 |
| Octal | 377 | 261 | 125 | 0 | 37 | 103 | 0 | 40 | 144 | 103 |
| Binary | 11111111 | 10110001 | 1010101 | 0 | 11111 | 1000011 | 0 | 100000 | 1100100 | 1000011 |
Color Harmonies of #FFB155
Complementary color
Monochromatic Colors of #FFB155
Black with #FFB155
Text Example
Text Example
White with #FFB155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB155; }
p { color: rgb(255,177,85); }
H1.HeaderClassName
{
color: #FFB155;
}
.AnyTagClassName
{
color: #FFB155;
}
</style>
background-color css
<style>
a { background-color: #FFB155; }
a { background-color: rgb(255,177,85); }
div.DivClassName
{
background-color: #FFB155;
}
.BgClassName
{
background-color: #FFB155;
}
</style>
border-color css
<style>
span { border-color: #FFB155; }
span { border-color: rgb(255,177,85); }
td.TdClassName
{
border-color: #FFB155;
}
.TagClassName
{
border-color: #FFB155;
}
</style>