Shades of Fuego #BBCB35
Tints of Fuego #BBCB35
RGB
CMYK
RGB Variations
Color information
#BBCB35 (or 0xBBCB35) is known color: Fuego. HEX triplet: BB, CB and 35. RGB value is (187,203,53). Sum of RGB (Red+Green+Blue) = 187+203+53=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 53 (21.09% from 255 or 11.96% from 443); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCB35 is #4434CA. Grayscale: #B5B5B5. Windows color (decimal): -4469963 or 3525563. OLE color: 3525563.
HSL color Cylindrical-coordinate representation of color #BBCB35: hue angle of 66.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BBCB35 is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 53 | - |
| CMYK | 0.08 | 0 | 0.74 | 0.20 |
| HSL | 66.4º | 0.59% | 0.5% | - |
| HSV(B) | 66.4º | 0.74% | 0.8% | - |
| XYZ | 42.49 | 53.53 | 11.46 | - |
| YUV | 181.12 | 55.7 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 53 | 0.08 | 0 | 0.74 | 0.20 | 66.4 | 0.59 | 0.5 |
| Hex | BB | CB | 35 | 8 | 0 | 4A | 14 | 42 | 3B | 32 |
| Octal | 273 | 313 | 65 | 10 | 0 | 112 | 24 | 102 | 73 | 62 |
| Binary | 10111011 | 11001011 | 110101 | 1000 | 0 | 1001010 | 10100 | 1000010 | 111011 | 110010 |
Color Harmonies of #BBCB35
Complementary color
Monochromatic Colors of #BBCB35
Black with #BBCB35
Text Example
Text Example
White with #BBCB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB35; }
p { color: rgb(187,203,53); }
H1.HeaderClassName
{
color: #BBCB35;
}
.AnyTagClassName
{
color: #BBCB35;
}
</style>
background-color css
<style>
a { background-color: #BBCB35; }
a { background-color: rgb(187,203,53); }
div.DivClassName
{
background-color: #BBCB35;
}
.BgClassName
{
background-color: #BBCB35;
}
</style>
border-color css
<style>
span { border-color: #BBCB35; }
span { border-color: rgb(187,203,53); }
td.TdClassName
{
border-color: #BBCB35;
}
.TagClassName
{
border-color: #BBCB35;
}
</style>