Shades of Fuego #BBC934
Tints of Fuego #BBC934
RGB
CMYK
RGB Variations
Color information
#BBC934 (or 0xBBC934) is known color: Fuego. HEX triplet: BB, C9 and 34. RGB value is (187,201,52). Sum of RGB (Red+Green+Blue) = 187+201+52=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 201 (78.91% from 255 or 45.68% from 440); Blue value is 52 (20.70% from 255 or 11.82% from 440); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC934 is #4436CB. Grayscale: #B4B4B4. Windows color (decimal): -4470476 or 3459515. OLE color: 3459515.
HSL color Cylindrical-coordinate representation of color #BBC934: hue angle of 65.64º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BBC934 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 52 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.21 |
| HSL | 65.64º | 0.59% | 0.5% | - |
| HSV(B) | 65.64º | 0.74% | 0.79% | - |
| XYZ | 42 | 52.59 | 11.19 | - |
| YUV | 179.83 | 55.86 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 52 | 0.07 | 0 | 0.74 | 0.21 | 65.64 | 0.59 | 0.5 |
| Hex | BB | C9 | 34 | 7 | 0 | 4A | 15 | 42 | 3B | 32 |
| Octal | 273 | 311 | 64 | 7 | 0 | 112 | 25 | 102 | 73 | 62 |
| Binary | 10111011 | 11001001 | 110100 | 111 | 0 | 1001010 | 10101 | 1000010 | 111011 | 110010 |
Color Harmonies of #BBC934
Complementary color
Monochromatic Colors of #BBC934
Black with #BBC934
Text Example
Text Example
White with #BBC934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC934; }
p { color: rgb(187,201,52); }
H1.HeaderClassName
{
color: #BBC934;
}
.AnyTagClassName
{
color: #BBC934;
}
</style>
background-color css
<style>
a { background-color: #BBC934; }
a { background-color: rgb(187,201,52); }
div.DivClassName
{
background-color: #BBC934;
}
.BgClassName
{
background-color: #BBC934;
}
</style>
border-color css
<style>
span { border-color: #BBC934; }
span { border-color: rgb(187,201,52); }
td.TdClassName
{
border-color: #BBC934;
}
.TagClassName
{
border-color: #BBC934;
}
</style>