Shades of Fuego #BBCB29
Tints of Fuego #BBCB29
RGB
CMYK
RGB Variations
Color information
#BBCB29 (or 0xBBCB29) is known color: Fuego. HEX triplet: BB, CB and 29. RGB value is (187,203,41). Sum of RGB (Red+Green+Blue) = 187+203+41=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 41 (16.41% from 255 or 9.51% from 431); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCB29 is #4434D6. Grayscale: #B4B4B4. Windows color (decimal): -4469975 or 2739131. OLE color: 2739131.
HSL color Cylindrical-coordinate representation of color #BBCB29: hue angle of 65.93º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BBCB29 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 41 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.20 |
| HSL | 65.93º | 0.66% | 0.48% | - |
| HSV(B) | 65.93º | 0.8% | 0.8% | - |
| XYZ | 42.25 | 53.44 | 10.19 | - |
| YUV | 179.75 | 49.7 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 41 | 0.08 | 0 | 0.80 | 0.20 | 65.93 | 0.66 | 0.48 |
| Hex | BB | CB | 29 | 8 | 0 | 50 | 14 | 42 | 42 | 30 |
| Octal | 273 | 313 | 51 | 10 | 0 | 120 | 24 | 102 | 102 | 60 |
| Binary | 10111011 | 11001011 | 101001 | 1000 | 0 | 1010000 | 10100 | 1000010 | 1000010 | 110000 |
Color Harmonies of #BBCB29
Complementary color
Monochromatic Colors of #BBCB29
Black with #BBCB29
Text Example
Text Example
White with #BBCB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB29; }
p { color: rgb(187,203,41); }
H1.HeaderClassName
{
color: #BBCB29;
}
.AnyTagClassName
{
color: #BBCB29;
}
</style>
background-color css
<style>
a { background-color: #BBCB29; }
a { background-color: rgb(187,203,41); }
div.DivClassName
{
background-color: #BBCB29;
}
.BgClassName
{
background-color: #BBCB29;
}
</style>
border-color css
<style>
span { border-color: #BBCB29; }
span { border-color: rgb(187,203,41); }
td.TdClassName
{
border-color: #BBCB29;
}
.TagClassName
{
border-color: #BBCB29;
}
</style>