Shades of Fuego #BBCF29
Tints of Fuego #BBCF29
RGB
CMYK
RGB Variations
Color information
#BBCF29 (or 0xBBCF29) is known color: Fuego. HEX triplet: BB, CF and 29. RGB value is (187,207,41). Sum of RGB (Red+Green+Blue) = 187+207+41=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 207 (81.25% from 255 or 47.59% from 435); Blue value is 41 (16.41% from 255 or 9.43% from 435); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCF29 is #4430D6. Grayscale: #B6B6B6. Windows color (decimal): -4468951 or 2740155. OLE color: 2740155.
HSL color Cylindrical-coordinate representation of color #BBCF29: hue angle of 67.23º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BBCF29 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 207 | 41 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.19 |
| HSL | 67.23º | 0.67% | 0.49% | - |
| HSV(B) | 67.23º | 0.8% | 0.81% | - |
| XYZ | 43.21 | 55.35 | 10.5 | - |
| YUV | 182.1 | 48.37 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 41 | 0.10 | 0 | 0.80 | 0.19 | 67.23 | 0.67 | 0.49 |
| Hex | BB | CF | 29 | A | 0 | 50 | 13 | 43 | 43 | 31 |
| Octal | 273 | 317 | 51 | 12 | 0 | 120 | 23 | 103 | 103 | 61 |
| Binary | 10111011 | 11001111 | 101001 | 1010 | 0 | 1010000 | 10011 | 1000011 | 1000011 | 110001 |
Color Harmonies of #BBCF29
Complementary color
Monochromatic Colors of #BBCF29
Black with #BBCF29
Text Example
Text Example
White with #BBCF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCF29; }
p { color: rgb(187,207,41); }
H1.HeaderClassName
{
color: #BBCF29;
}
.AnyTagClassName
{
color: #BBCF29;
}
</style>
background-color css
<style>
a { background-color: #BBCF29; }
a { background-color: rgb(187,207,41); }
div.DivClassName
{
background-color: #BBCF29;
}
.BgClassName
{
background-color: #BBCF29;
}
</style>
border-color css
<style>
span { border-color: #BBCF29; }
span { border-color: rgb(187,207,41); }
td.TdClassName
{
border-color: #BBCF29;
}
.TagClassName
{
border-color: #BBCF29;
}
</style>