Shades of Texas Rose #FFB156
Tints of Texas Rose #FFB156
RGB
CMYK
RGB Variations
Color information
#FFB156 (or 0xFFB156) is known color: Texas Rose. HEX triplet: FF, B1 and 56. RGB value is (255,177,86). Sum of RGB (Red+Green+Blue) = 255+177+86=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 86 (33.98% from 255 or 16.60% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB156 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB156 is #004EA9. Grayscale: #BEBEBE. Windows color (decimal): -20138 or 5681663. OLE color: 5681663.
HSL color Cylindrical-coordinate representation of color #FFB156: hue angle of 32.31º 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 #FFB156 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 86 | - |
| CMYK | 0 | 0.31 | 0.66 | 0 |
| HSL | 32.31º | 1% | 0.67% | - |
| HSV(B) | 32.31º | 0.66% | 1% | - |
| XYZ | 58.64 | 53.38 | 16.02 | - |
| YUV | 189.95 | 69.34 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 86 | 0 | 0.31 | 0.66 | 0 | 32.31 | 1 | 0.67 |
| Hex | FF | B1 | 56 | 0 | 1F | 42 | 0 | 20 | 64 | 43 |
| Octal | 377 | 261 | 126 | 0 | 37 | 102 | 0 | 40 | 144 | 103 |
| Binary | 11111111 | 10110001 | 1010110 | 0 | 11111 | 1000010 | 0 | 100000 | 1100100 | 1000011 |
Color Harmonies of #FFB156
Complementary color
Monochromatic Colors of #FFB156
Black with #FFB156
Text Example
Text Example
White with #FFB156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB156; }
p { color: rgb(255,177,86); }
H1.HeaderClassName
{
color: #FFB156;
}
.AnyTagClassName
{
color: #FFB156;
}
</style>
background-color css
<style>
a { background-color: #FFB156; }
a { background-color: rgb(255,177,86); }
div.DivClassName
{
background-color: #FFB156;
}
.BgClassName
{
background-color: #FFB156;
}
</style>
border-color css
<style>
span { border-color: #FFB156; }
span { border-color: rgb(255,177,86); }
td.TdClassName
{
border-color: #FFB156;
}
.TagClassName
{
border-color: #FFB156;
}
</style>