Shades of Fuego #BCC72B
Tints of Fuego #BCC72B
RGB
CMYK
RGB Variations
Color information
#BCC72B (or 0xBCC72B) is known color: Fuego. HEX triplet: BC, C7 and 2B. RGB value is (188,199,43). Sum of RGB (Red+Green+Blue) = 188+199+43=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 199 (78.12% from 255 or 46.28% from 430); Blue value is 43 (17.19% from 255 or 10% from 430); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC72B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC72B is #4338D4. Grayscale: #B2B2B2. Windows color (decimal): -4405461 or 2869180. OLE color: 2869180.
HSL color Cylindrical-coordinate representation of color #BCC72B: hue angle of 64.23º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCC72B is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 199 | 43 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.22 |
| HSL | 64.23º | 0.64% | 0.47% | - |
| HSV(B) | 64.23º | 0.78% | 0.78% | - |
| XYZ | 41.6 | 51.71 | 10.07 | - |
| YUV | 177.93 | 51.86 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 43 | 0.06 | 0 | 0.78 | 0.22 | 64.23 | 0.64 | 0.47 |
| Hex | BC | C7 | 2B | 6 | 0 | 4E | 16 | 40 | 40 | 2F |
| Octal | 274 | 307 | 53 | 6 | 0 | 116 | 26 | 100 | 100 | 57 |
| Binary | 10111100 | 11000111 | 101011 | 110 | 0 | 1001110 | 10110 | 1000000 | 1000000 | 101111 |
Color Harmonies of #BCC72B
Complementary color
Monochromatic Colors of #BCC72B
Black with #BCC72B
Text Example
Text Example
White with #BCC72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC72B; }
p { color: rgb(188,199,43); }
H1.HeaderClassName
{
color: #BCC72B;
}
.AnyTagClassName
{
color: #BCC72B;
}
</style>
background-color css
<style>
a { background-color: #BCC72B; }
a { background-color: rgb(188,199,43); }
div.DivClassName
{
background-color: #BCC72B;
}
.BgClassName
{
background-color: #BCC72B;
}
</style>
border-color css
<style>
span { border-color: #BCC72B; }
span { border-color: rgb(188,199,43); }
td.TdClassName
{
border-color: #BCC72B;
}
.TagClassName
{
border-color: #BCC72B;
}
</style>