Shades of Fuego #BBC933
Tints of Fuego #BBC933
RGB
CMYK
RGB Variations
Color information
#BBC933 (or 0xBBC933) is known color: Fuego. HEX triplet: BB, C9 and 33. RGB value is (187,201,51). Sum of RGB (Red+Green+Blue) = 187+201+51=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 201 (78.91% from 255 or 45.79% from 439); Blue value is 51 (20.31% from 255 or 11.62% from 439); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC933 is #4436CC. Grayscale: #B4B4B4. Windows color (decimal): -4470477 or 3393979. OLE color: 3393979.
HSL color Cylindrical-coordinate representation of color #BBC933: hue angle of 65.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BBC933 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 51 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.21 |
| HSL | 65.6º | 0.6% | 0.49% | - |
| HSV(B) | 65.6º | 0.75% | 0.79% | - |
| XYZ | 41.98 | 52.58 | 11.07 | - |
| YUV | 179.71 | 55.36 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 51 | 0.07 | 0 | 0.75 | 0.21 | 65.6 | 0.6 | 0.49 |
| Hex | BB | C9 | 33 | 7 | 0 | 4B | 15 | 42 | 3C | 31 |
| Octal | 273 | 311 | 63 | 7 | 0 | 113 | 25 | 102 | 74 | 61 |
| Binary | 10111011 | 11001001 | 110011 | 111 | 0 | 1001011 | 10101 | 1000010 | 111100 | 110001 |
Color Harmonies of #BBC933
Complementary color
Monochromatic Colors of #BBC933
Black with #BBC933
Text Example
Text Example
White with #BBC933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC933; }
p { color: rgb(187,201,51); }
H1.HeaderClassName
{
color: #BBC933;
}
.AnyTagClassName
{
color: #BBC933;
}
</style>
background-color css
<style>
a { background-color: #BBC933; }
a { background-color: rgb(187,201,51); }
div.DivClassName
{
background-color: #BBC933;
}
.BgClassName
{
background-color: #BBC933;
}
</style>
border-color css
<style>
span { border-color: #BBC933; }
span { border-color: rgb(187,201,51); }
td.TdClassName
{
border-color: #BBC933;
}
.TagClassName
{
border-color: #BBC933;
}
</style>