Shades of Golden Tainoi #FFBB4B
Tints of Golden Tainoi #FFBB4B
RGB
CMYK
RGB Variations
Color information
#FFBB4B (or 0xFFBB4B) is known color: Golden Tainoi. HEX triplet: FF, BB and 4B. RGB value is (255,187,75). Sum of RGB (Red+Green+Blue) = 255+187+75=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 75 (29.69% from 255 or 14.51% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBB4B is #0044B4. Grayscale: #C3C3C3. Windows color (decimal): -17589 or 4963327. OLE color: 4963327.
HSL color Cylindrical-coordinate representation of color #FFBB4B: hue angle of 37.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFBB4B is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 75 | - |
| CMYK | 0 | 0.27 | 0.71 | 0 |
| HSL | 37.33º | 1% | 0.65% | - |
| HSV(B) | 37.33º | 0.71% | 1% | - |
| XYZ | 60.28 | 57.31 | 14.54 | - |
| YUV | 194.56 | 60.53 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 75 | 0 | 0.27 | 0.71 | 0 | 37.33 | 1 | 0.65 |
| Hex | FF | BB | 4B | 0 | 1B | 47 | 0 | 25 | 64 | 41 |
| Octal | 377 | 273 | 113 | 0 | 33 | 107 | 0 | 45 | 144 | 101 |
| Binary | 11111111 | 10111011 | 1001011 | 0 | 11011 | 1000111 | 0 | 100101 | 1100100 | 1000001 |
Color Harmonies of #FFBB4B
Complementary color
Monochromatic Colors of #FFBB4B
Black with #FFBB4B
Text Example
Text Example
White with #FFBB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB4B; }
p { color: rgb(255,187,75); }
H1.HeaderClassName
{
color: #FFBB4B;
}
.AnyTagClassName
{
color: #FFBB4B;
}
</style>
background-color css
<style>
a { background-color: #FFBB4B; }
a { background-color: rgb(255,187,75); }
div.DivClassName
{
background-color: #FFBB4B;
}
.BgClassName
{
background-color: #FFBB4B;
}
</style>
border-color css
<style>
span { border-color: #FFBB4B; }
span { border-color: rgb(255,187,75); }
td.TdClassName
{
border-color: #FFBB4B;
}
.TagClassName
{
border-color: #FFBB4B;
}
</style>