Shades of Texas Rose #FFBA5F
Tints of Texas Rose #FFBA5F
RGB
CMYK
RGB Variations
Color information
#FFBA5F (or 0xFFBA5F) is known color: Texas Rose. HEX triplet: FF, BA and 5F. RGB value is (255,186,95). Sum of RGB (Red+Green+Blue) = 255+186+95=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 95 (37.5% from 255 or 17.72% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBA5F is #0045A0. Grayscale: #C4C4C4. Windows color (decimal): -17825 or 6273791. OLE color: 6273791.
HSL color Cylindrical-coordinate representation of color #FFBA5F: hue angle of 34.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFBA5F is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 95 | - |
| CMYK | 0 | 0.27 | 0.63 | 0 |
| HSL | 34.13º | 1% | 0.69% | - |
| HSV(B) | 34.13º | 0.63% | 1% | - |
| XYZ | 60.86 | 57.2 | 18.66 | - |
| YUV | 196.26 | 70.86 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 95 | 0 | 0.27 | 0.63 | 0 | 34.13 | 1 | 0.69 |
| Hex | FF | BA | 5F | 0 | 1B | 3F | 0 | 22 | 64 | 45 |
| Octal | 377 | 272 | 137 | 0 | 33 | 77 | 0 | 42 | 144 | 105 |
| Binary | 11111111 | 10111010 | 1011111 | 0 | 11011 | 111111 | 0 | 100010 | 1100100 | 1000101 |
Color Harmonies of #FFBA5F
Complementary color
Monochromatic Colors of #FFBA5F
Black with #FFBA5F
Text Example
Text Example
White with #FFBA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA5F; }
p { color: rgb(255,186,95); }
H1.HeaderClassName
{
color: #FFBA5F;
}
.AnyTagClassName
{
color: #FFBA5F;
}
</style>
background-color css
<style>
a { background-color: #FFBA5F; }
a { background-color: rgb(255,186,95); }
div.DivClassName
{
background-color: #FFBA5F;
}
.BgClassName
{
background-color: #FFBA5F;
}
</style>
border-color css
<style>
span { border-color: #FFBA5F; }
span { border-color: rgb(255,186,95); }
td.TdClassName
{
border-color: #FFBA5F;
}
.TagClassName
{
border-color: #FFBA5F;
}
</style>