Shades of Golden Tainoi #FFBB47
Tints of Golden Tainoi #FFBB47
RGB
CMYK
RGB Variations
Color information
#FFBB47 (or 0xFFBB47) is known color: Golden Tainoi. HEX triplet: FF, BB and 47. RGB value is (255,187,71). Sum of RGB (Red+Green+Blue) = 255+187+71=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 71 (28.12% from 255 or 13.84% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBB47 is #0044B8. Grayscale: #C2C2C2. Windows color (decimal): -17593 or 4701183. OLE color: 4701183.
HSL color Cylindrical-coordinate representation of color #FFBB47: hue angle of 37.83º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFBB47 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 71 | - |
| CMYK | 0 | 0.27 | 0.72 | 0 |
| HSL | 37.83º | 1% | 0.64% | - |
| HSV(B) | 37.83º | 0.72% | 1% | - |
| XYZ | 60.15 | 57.26 | 13.84 | - |
| YUV | 194.11 | 58.53 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 71 | 0 | 0.27 | 0.72 | 0 | 37.83 | 1 | 0.64 |
| Hex | FF | BB | 47 | 0 | 1B | 48 | 0 | 26 | 64 | 40 |
| Octal | 377 | 273 | 107 | 0 | 33 | 110 | 0 | 46 | 144 | 100 |
| Binary | 11111111 | 10111011 | 1000111 | 0 | 11011 | 1001000 | 0 | 100110 | 1100100 | 1000000 |
Color Harmonies of #FFBB47
Complementary color
Monochromatic Colors of #FFBB47
Black with #FFBB47
Text Example
Text Example
White with #FFBB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB47; }
p { color: rgb(255,187,71); }
H1.HeaderClassName
{
color: #FFBB47;
}
.AnyTagClassName
{
color: #FFBB47;
}
</style>
background-color css
<style>
a { background-color: #FFBB47; }
a { background-color: rgb(255,187,71); }
div.DivClassName
{
background-color: #FFBB47;
}
.BgClassName
{
background-color: #FFBB47;
}
</style>
border-color css
<style>
span { border-color: #FFBB47; }
span { border-color: rgb(255,187,71); }
td.TdClassName
{
border-color: #FFBB47;
}
.TagClassName
{
border-color: #FFBB47;
}
</style>