Shades of Fuego #BCCC38
Tints of Fuego #BCCC38
RGB
CMYK
RGB Variations
Color information
#BCCC38 (or 0xBCCC38) is known color: Fuego. HEX triplet: BC, CC and 38. RGB value is (188,204,56). Sum of RGB (Red+Green+Blue) = 188+204+56=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 56 (22.27% from 255 or 12.5% from 448); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCC38 is #4333C7. Grayscale: #B6B6B6. Windows color (decimal): -4404168 or 3722428. OLE color: 3722428.
HSL color Cylindrical-coordinate representation of color #BCCC38: hue angle of 66.49º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCCC38 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 56 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.2 |
| HSL | 66.49º | 0.59% | 0.51% | - |
| HSV(B) | 66.49º | 0.73% | 0.8% | - |
| XYZ | 43.05 | 54.16 | 11.93 | - |
| YUV | 182.34 | 56.7 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 56 | 0.08 | 0 | 0.73 | 0.2 | 66.49 | 0.59 | 0.51 |
| Hex | BC | CC | 38 | 8 | 0 | 49 | 14 | 42 | 3B | 33 |
| Octal | 274 | 314 | 70 | 10 | 0 | 111 | 24 | 102 | 73 | 63 |
| Binary | 10111100 | 11001100 | 111000 | 1000 | 0 | 1001001 | 10100 | 1000010 | 111011 | 110011 |
Color Harmonies of #BCCC38
Complementary color
Monochromatic Colors of #BCCC38
Black with #BCCC38
Text Example
Text Example
White with #BCCC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC38; }
p { color: rgb(188,204,56); }
H1.HeaderClassName
{
color: #BCCC38;
}
.AnyTagClassName
{
color: #BCCC38;
}
</style>
background-color css
<style>
a { background-color: #BCCC38; }
a { background-color: rgb(188,204,56); }
div.DivClassName
{
background-color: #BCCC38;
}
.BgClassName
{
background-color: #BCCC38;
}
</style>
border-color css
<style>
span { border-color: #BCCC38; }
span { border-color: rgb(188,204,56); }
td.TdClassName
{
border-color: #BCCC38;
}
.TagClassName
{
border-color: #BCCC38;
}
</style>