Shades of Texas Rose #FFB055
Tints of Texas Rose #FFB055
RGB
CMYK
RGB Variations
Color information
#FFB055 (or 0xFFB055) is known color: Texas Rose. HEX triplet: FF, B0 and 55. RGB value is (255,176,85). Sum of RGB (Red+Green+Blue) = 255+176+85=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 85 (33.59% from 255 or 16.47% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB055 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB055 is #004FAA. Grayscale: #BDBDBD. Windows color (decimal): -20395 or 5615871. OLE color: 5615871.
HSL color Cylindrical-coordinate representation of color #FFB055: hue angle of 32.12º 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 #FFB055 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 85 | - |
| CMYK | 0 | 0.31 | 0.67 | 0 |
| HSL | 32.12º | 1% | 0.67% | - |
| HSV(B) | 32.12º | 0.67% | 1% | - |
| XYZ | 58.41 | 52.97 | 15.74 | - |
| YUV | 189.25 | 69.17 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 85 | 0 | 0.31 | 0.67 | 0 | 32.12 | 1 | 0.67 |
| Hex | FF | B0 | 55 | 0 | 1F | 43 | 0 | 20 | 64 | 43 |
| Octal | 377 | 260 | 125 | 0 | 37 | 103 | 0 | 40 | 144 | 103 |
| Binary | 11111111 | 10110000 | 1010101 | 0 | 11111 | 1000011 | 0 | 100000 | 1100100 | 1000011 |
Color Harmonies of #FFB055
Complementary color
Monochromatic Colors of #FFB055
Black with #FFB055
Text Example
Text Example
White with #FFB055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB055; }
p { color: rgb(255,176,85); }
H1.HeaderClassName
{
color: #FFB055;
}
.AnyTagClassName
{
color: #FFB055;
}
</style>
background-color css
<style>
a { background-color: #FFB055; }
a { background-color: rgb(255,176,85); }
div.DivClassName
{
background-color: #FFB055;
}
.BgClassName
{
background-color: #FFB055;
}
</style>
border-color css
<style>
span { border-color: #FFB055; }
span { border-color: rgb(255,176,85); }
td.TdClassName
{
border-color: #FFB055;
}
.TagClassName
{
border-color: #FFB055;
}
</style>