Shades of Fuego #BBCF32
Tints of Fuego #BBCF32
RGB
CMYK
RGB Variations
Color information
#BBCF32 (or 0xBBCF32) is known color: Fuego. HEX triplet: BB, CF and 32. RGB value is (187,207,50). Sum of RGB (Red+Green+Blue) = 187+207+50=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 50 (19.92% from 255 or 11.26% from 444); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCF32 is #4430CD. Grayscale: #B7B7B7. Windows color (decimal): -4468942 or 3329979. OLE color: 3329979.
HSL color Cylindrical-coordinate representation of color #BBCF32: hue angle of 67.64º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BBCF32 is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 207 | 50 | - |
| CMYK | 0.10 | 0 | 0.76 | 0.19 |
| HSL | 67.64º | 0.62% | 0.5% | - |
| HSV(B) | 67.64º | 0.76% | 0.81% | - |
| XYZ | 43.38 | 55.42 | 11.43 | - |
| YUV | 183.12 | 52.87 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 50 | 0.10 | 0 | 0.76 | 0.19 | 67.64 | 0.62 | 0.5 |
| Hex | BB | CF | 32 | A | 0 | 4C | 13 | 44 | 3E | 32 |
| Octal | 273 | 317 | 62 | 12 | 0 | 114 | 23 | 104 | 76 | 62 |
| Binary | 10111011 | 11001111 | 110010 | 1010 | 0 | 1001100 | 10011 | 1000100 | 111110 | 110010 |
Color Harmonies of #BBCF32
Complementary color
Monochromatic Colors of #BBCF32
Black with #BBCF32
Text Example
Text Example
White with #BBCF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCF32; }
p { color: rgb(187,207,50); }
H1.HeaderClassName
{
color: #BBCF32;
}
.AnyTagClassName
{
color: #BBCF32;
}
</style>
background-color css
<style>
a { background-color: #BBCF32; }
a { background-color: rgb(187,207,50); }
div.DivClassName
{
background-color: #BBCF32;
}
.BgClassName
{
background-color: #BBCF32;
}
</style>
border-color css
<style>
span { border-color: #BBCF32; }
span { border-color: rgb(187,207,50); }
td.TdClassName
{
border-color: #BBCF32;
}
.TagClassName
{
border-color: #BBCF32;
}
</style>