Shades of Fuego #BBC534
Tints of Fuego #BBC534
RGB
CMYK
RGB Variations
Color information
#BBC534 (or 0xBBC534) is known color: Fuego. HEX triplet: BB, C5 and 34. RGB value is (187,197,52). Sum of RGB (Red+Green+Blue) = 187+197+52=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 52 (20.70% from 255 or 11.93% from 436); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC534 is #443ACB. Grayscale: #B2B2B2. Windows color (decimal): -4471500 or 3458491. OLE color: 3458491.
HSL color Cylindrical-coordinate representation of color #BBC534: hue angle of 64.14º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BBC534 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 52 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.23 |
| HSL | 64.14º | 0.58% | 0.49% | - |
| HSV(B) | 64.14º | 0.74% | 0.77% | - |
| XYZ | 41.08 | 50.75 | 10.88 | - |
| YUV | 177.48 | 57.19 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 52 | 0.05 | 0 | 0.74 | 0.23 | 64.14 | 0.58 | 0.49 |
| Hex | BB | C5 | 34 | 5 | 0 | 4A | 17 | 40 | 3A | 31 |
| Octal | 273 | 305 | 64 | 5 | 0 | 112 | 27 | 100 | 72 | 61 |
| Binary | 10111011 | 11000101 | 110100 | 101 | 0 | 1001010 | 10111 | 1000000 | 111010 | 110001 |
Color Harmonies of #BBC534
Complementary color
Monochromatic Colors of #BBC534
Black with #BBC534
Text Example
Text Example
White with #BBC534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC534; }
p { color: rgb(187,197,52); }
H1.HeaderClassName
{
color: #BBC534;
}
.AnyTagClassName
{
color: #BBC534;
}
</style>
background-color css
<style>
a { background-color: #BBC534; }
a { background-color: rgb(187,197,52); }
div.DivClassName
{
background-color: #BBC534;
}
.BgClassName
{
background-color: #BBC534;
}
</style>
border-color css
<style>
span { border-color: #BBC534; }
span { border-color: rgb(187,197,52); }
td.TdClassName
{
border-color: #BBC534;
}
.TagClassName
{
border-color: #BBC534;
}
</style>