Shades of Texas Rose #FFB154
Tints of Texas Rose #FFB154
RGB
CMYK
RGB Variations
Color information
#FFB154 (or 0xFFB154) is known color: Texas Rose. HEX triplet: FF, B1 and 54. RGB value is (255,177,84). Sum of RGB (Red+Green+Blue) = 255+177+84=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 84 (33.20% from 255 or 16.28% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB154 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB154 is #004EAB. Grayscale: #BEBEBE. Windows color (decimal): -20140 or 5550591. OLE color: 5550591.
HSL color Cylindrical-coordinate representation of color #FFB154: hue angle of 32.63º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFB154 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 84 | - |
| CMYK | 0 | 0.31 | 0.67 | 0 |
| HSL | 32.63º | 1% | 0.66% | - |
| HSV(B) | 32.63º | 0.67% | 1% | - |
| XYZ | 58.56 | 53.34 | 15.6 | - |
| YUV | 189.72 | 68.34 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 84 | 0 | 0.31 | 0.67 | 0 | 32.63 | 1 | 0.66 |
| Hex | FF | B1 | 54 | 0 | 1F | 43 | 0 | 21 | 64 | 42 |
| Octal | 377 | 261 | 124 | 0 | 37 | 103 | 0 | 41 | 144 | 102 |
| Binary | 11111111 | 10110001 | 1010100 | 0 | 11111 | 1000011 | 0 | 100001 | 1100100 | 1000010 |
Color Harmonies of #FFB154
Complementary color
Monochromatic Colors of #FFB154
Black with #FFB154
Text Example
Text Example
White with #FFB154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB154; }
p { color: rgb(255,177,84); }
H1.HeaderClassName
{
color: #FFB154;
}
.AnyTagClassName
{
color: #FFB154;
}
</style>
background-color css
<style>
a { background-color: #FFB154; }
a { background-color: rgb(255,177,84); }
div.DivClassName
{
background-color: #FFB154;
}
.BgClassName
{
background-color: #FFB154;
}
</style>
border-color css
<style>
span { border-color: #FFB154; }
span { border-color: rgb(255,177,84); }
td.TdClassName
{
border-color: #FFB154;
}
.TagClassName
{
border-color: #FFB154;
}
</style>