Shades of Fuego #BBCB3A
Tints of Fuego #BBCB3A
RGB
CMYK
RGB Variations
Color information
#BBCB3A (or 0xBBCB3A) is known color: Fuego. HEX triplet: BB, CB and 3A. RGB value is (187,203,58). Sum of RGB (Red+Green+Blue) = 187+203+58=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 58 (23.05% from 255 or 12.95% from 448); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCB3A is #4434C5. Grayscale: #B6B6B6. Windows color (decimal): -4469958 or 3853243. OLE color: 3853243.
HSL color Cylindrical-coordinate representation of color #BBCB3A: hue angle of 66.62º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BBCB3A is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 58 | - |
| CMYK | 0.08 | 0 | 0.71 | 0.20 |
| HSL | 66.62º | 0.58% | 0.51% | - |
| HSV(B) | 66.62º | 0.71% | 0.8% | - |
| XYZ | 42.61 | 53.58 | 12.1 | - |
| YUV | 181.69 | 58.2 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 58 | 0.08 | 0 | 0.71 | 0.20 | 66.62 | 0.58 | 0.51 |
| Hex | BB | CB | 3A | 8 | 0 | 47 | 14 | 43 | 3A | 33 |
| Octal | 273 | 313 | 72 | 10 | 0 | 107 | 24 | 103 | 72 | 63 |
| Binary | 10111011 | 11001011 | 111010 | 1000 | 0 | 1000111 | 10100 | 1000011 | 111010 | 110011 |
Color Harmonies of #BBCB3A
Complementary color
Monochromatic Colors of #BBCB3A
Black with #BBCB3A
Text Example
Text Example
White with #BBCB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB3A; }
p { color: rgb(187,203,58); }
H1.HeaderClassName
{
color: #BBCB3A;
}
.AnyTagClassName
{
color: #BBCB3A;
}
</style>
background-color css
<style>
a { background-color: #BBCB3A; }
a { background-color: rgb(187,203,58); }
div.DivClassName
{
background-color: #BBCB3A;
}
.BgClassName
{
background-color: #BBCB3A;
}
</style>
border-color css
<style>
span { border-color: #BBCB3A; }
span { border-color: rgb(187,203,58); }
td.TdClassName
{
border-color: #BBCB3A;
}
.TagClassName
{
border-color: #BBCB3A;
}
</style>