Shades of Fuego #BBCB2B
Tints of Fuego #BBCB2B
RGB
CMYK
RGB Variations
Color information
#BBCB2B (or 0xBBCB2B) is known color: Fuego. HEX triplet: BB, CB and 2B. RGB value is (187,203,43). Sum of RGB (Red+Green+Blue) = 187+203+43=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 203 (79.69% from 255 or 46.88% from 433); Blue value is 43 (17.19% from 255 or 9.93% from 433); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCB2B is #4434D4. Grayscale: #B4B4B4. Windows color (decimal): -4469973 or 2870203. OLE color: 2870203.
HSL color Cylindrical-coordinate representation of color #BBCB2B: hue angle of 66º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BBCB2B is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 43 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.20 |
| HSL | 66º | 0.65% | 0.48% | - |
| HSV(B) | 66º | 0.79% | 0.8% | - |
| XYZ | 42.29 | 53.45 | 10.37 | - |
| YUV | 179.98 | 50.7 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 43 | 0.08 | 0 | 0.79 | 0.20 | 66 | 0.65 | 0.48 |
| Hex | BB | CB | 2B | 8 | 0 | 4F | 14 | 42 | 41 | 30 |
| Octal | 273 | 313 | 53 | 10 | 0 | 117 | 24 | 102 | 101 | 60 |
| Binary | 10111011 | 11001011 | 101011 | 1000 | 0 | 1001111 | 10100 | 1000010 | 1000001 | 110000 |
Color Harmonies of #BBCB2B
Complementary color
Monochromatic Colors of #BBCB2B
Black with #BBCB2B
Text Example
Text Example
White with #BBCB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB2B; }
p { color: rgb(187,203,43); }
H1.HeaderClassName
{
color: #BBCB2B;
}
.AnyTagClassName
{
color: #BBCB2B;
}
</style>
background-color css
<style>
a { background-color: #BBCB2B; }
a { background-color: rgb(187,203,43); }
div.DivClassName
{
background-color: #BBCB2B;
}
.BgClassName
{
background-color: #BBCB2B;
}
</style>
border-color css
<style>
span { border-color: #BBCB2B; }
span { border-color: rgb(187,203,43); }
td.TdClassName
{
border-color: #BBCB2B;
}
.TagClassName
{
border-color: #BBCB2B;
}
</style>