Shades of Fuego #BBCD31
Tints of Fuego #BBCD31
RGB
CMYK
RGB Variations
Color information
#BBCD31 (or 0xBBCD31) is known color: Fuego. HEX triplet: BB, CD and 31. RGB value is (187,205,49). Sum of RGB (Red+Green+Blue) = 187+205+49=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 49 (19.53% from 255 or 11.11% from 441); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCD31 is #4432CE. Grayscale: #B6B6B6. Windows color (decimal): -4469455 or 3263931. OLE color: 3263931.
HSL color Cylindrical-coordinate representation of color #BBCD31: hue angle of 66.92º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BBCD31 is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 49 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.20 |
| HSL | 66.92º | 0.61% | 0.5% | - |
| HSV(B) | 66.92º | 0.76% | 0.8% | - |
| XYZ | 42.88 | 54.45 | 11.16 | - |
| YUV | 181.83 | 53.04 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 49 | 0.09 | 0 | 0.76 | 0.20 | 66.92 | 0.61 | 0.5 |
| Hex | BB | CD | 31 | 9 | 0 | 4C | 14 | 43 | 3D | 32 |
| Octal | 273 | 315 | 61 | 11 | 0 | 114 | 24 | 103 | 75 | 62 |
| Binary | 10111011 | 11001101 | 110001 | 1001 | 0 | 1001100 | 10100 | 1000011 | 111101 | 110010 |
Color Harmonies of #BBCD31
Complementary color
Monochromatic Colors of #BBCD31
Black with #BBCD31
Text Example
Text Example
White with #BBCD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD31; }
p { color: rgb(187,205,49); }
H1.HeaderClassName
{
color: #BBCD31;
}
.AnyTagClassName
{
color: #BBCD31;
}
</style>
background-color css
<style>
a { background-color: #BBCD31; }
a { background-color: rgb(187,205,49); }
div.DivClassName
{
background-color: #BBCD31;
}
.BgClassName
{
background-color: #BBCD31;
}
</style>
border-color css
<style>
span { border-color: #BBCD31; }
span { border-color: rgb(187,205,49); }
td.TdClassName
{
border-color: #BBCD31;
}
.TagClassName
{
border-color: #BBCD31;
}
</style>