Shades of Fuego #BBCF39
Tints of Fuego #BBCF39
RGB
CMYK
RGB Variations
Color information
#BBCF39 (or 0xBBCF39) is known color: Fuego. HEX triplet: BB, CF and 39. RGB value is (187,207,57). Sum of RGB (Red+Green+Blue) = 187+207+57=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 57 (22.66% from 255 or 12.64% from 451); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCF39 is #4430C6. Grayscale: #B8B8B8. Windows color (decimal): -4468935 or 3788731. OLE color: 3788731.
HSL color Cylindrical-coordinate representation of color #BBCF39: hue angle of 68º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BBCF39 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 207 | 57 | - |
| CMYK | 0.10 | 0 | 0.72 | 0.19 |
| HSL | 68º | 0.61% | 0.52% | - |
| HSV(B) | 68º | 0.72% | 0.81% | - |
| XYZ | 43.54 | 55.49 | 12.29 | - |
| YUV | 183.92 | 56.37 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 57 | 0.10 | 0 | 0.72 | 0.19 | 68 | 0.61 | 0.52 |
| Hex | BB | CF | 39 | A | 0 | 48 | 13 | 44 | 3D | 34 |
| Octal | 273 | 317 | 71 | 12 | 0 | 110 | 23 | 104 | 75 | 64 |
| Binary | 10111011 | 11001111 | 111001 | 1010 | 0 | 1001000 | 10011 | 1000100 | 111101 | 110100 |
Color Harmonies of #BBCF39
Complementary color
Monochromatic Colors of #BBCF39
Black with #BBCF39
Text Example
Text Example
White with #BBCF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCF39; }
p { color: rgb(187,207,57); }
H1.HeaderClassName
{
color: #BBCF39;
}
.AnyTagClassName
{
color: #BBCF39;
}
</style>
background-color css
<style>
a { background-color: #BBCF39; }
a { background-color: rgb(187,207,57); }
div.DivClassName
{
background-color: #BBCF39;
}
.BgClassName
{
background-color: #BBCF39;
}
</style>
border-color css
<style>
span { border-color: #BBCF39; }
span { border-color: rgb(187,207,57); }
td.TdClassName
{
border-color: #BBCF39;
}
.TagClassName
{
border-color: #BBCF39;
}
</style>