Shades of Fuego #BBC932
Tints of Fuego #BBC932
RGB
CMYK
RGB Variations
Color information
#BBC932 (or 0xBBC932) is known color: Fuego. HEX triplet: BB, C9 and 32. RGB value is (187,201,50). Sum of RGB (Red+Green+Blue) = 187+201+50=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 201 (78.91% from 255 or 45.89% from 438); Blue value is 50 (19.92% from 255 or 11.42% from 438); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC932 is #4436CD. Grayscale: #B4B4B4. Windows color (decimal): -4470478 or 3328443. OLE color: 3328443.
HSL color Cylindrical-coordinate representation of color #BBC932: hue angle of 65.56º 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 #BBC932 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 50 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.21 |
| HSL | 65.56º | 0.6% | 0.49% | - |
| HSV(B) | 65.56º | 0.75% | 0.79% | - |
| XYZ | 41.96 | 52.57 | 10.95 | - |
| YUV | 179.6 | 54.86 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 50 | 0.07 | 0 | 0.75 | 0.21 | 65.56 | 0.6 | 0.49 |
| Hex | BB | C9 | 32 | 7 | 0 | 4B | 15 | 42 | 3C | 31 |
| Octal | 273 | 311 | 62 | 7 | 0 | 113 | 25 | 102 | 74 | 61 |
| Binary | 10111011 | 11001001 | 110010 | 111 | 0 | 1001011 | 10101 | 1000010 | 111100 | 110001 |
Color Harmonies of #BBC932
Complementary color
Monochromatic Colors of #BBC932
Black with #BBC932
Text Example
Text Example
White with #BBC932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC932; }
p { color: rgb(187,201,50); }
H1.HeaderClassName
{
color: #BBC932;
}
.AnyTagClassName
{
color: #BBC932;
}
</style>
background-color css
<style>
a { background-color: #BBC932; }
a { background-color: rgb(187,201,50); }
div.DivClassName
{
background-color: #BBC932;
}
.BgClassName
{
background-color: #BBC932;
}
</style>
border-color css
<style>
span { border-color: #BBC932; }
span { border-color: rgb(187,201,50); }
td.TdClassName
{
border-color: #BBC932;
}
.TagClassName
{
border-color: #BBC932;
}
</style>