Shades of Fuego #B7CF3A
Tints of Fuego #B7CF3A
RGB
CMYK
RGB Variations
Color information
#B7CF3A (or 0xB7CF3A) is known color: Fuego. HEX triplet: B7, CF and 3A. RGB value is (183,207,58). Sum of RGB (Red+Green+Blue) = 183+207+58=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 58 (23.05% from 255 or 12.95% from 448); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CF3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7CF3A is #4830C5. Grayscale: #B7B7B7. Windows color (decimal): -4731078 or 3854263. OLE color: 3854263.
HSL color Cylindrical-coordinate representation of color #B7CF3A: hue angle of 69.66º 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 #B7CF3A is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 207 | 58 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.19 |
| HSL | 69.66º | 0.61% | 0.52% | - |
| HSV(B) | 69.66º | 0.72% | 0.81% | - |
| XYZ | 42.6 | 55 | 12.37 | - |
| YUV | 182.84 | 57.55 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 207 | 58 | 0.12 | 0 | 0.72 | 0.19 | 69.66 | 0.61 | 0.52 |
| Hex | B7 | CF | 3A | C | 0 | 48 | 13 | 46 | 3D | 34 |
| Octal | 267 | 317 | 72 | 14 | 0 | 110 | 23 | 106 | 75 | 64 |
| Binary | 10110111 | 11001111 | 111010 | 1100 | 0 | 1001000 | 10011 | 1000110 | 111101 | 110100 |
Color Harmonies of #B7CF3A
Complementary color
Monochromatic Colors of #B7CF3A
Black with #B7CF3A
Text Example
Text Example
White with #B7CF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CF3A; }
p { color: rgb(183,207,58); }
H1.HeaderClassName
{
color: #B7CF3A;
}
.AnyTagClassName
{
color: #B7CF3A;
}
</style>
background-color css
<style>
a { background-color: #B7CF3A; }
a { background-color: rgb(183,207,58); }
div.DivClassName
{
background-color: #B7CF3A;
}
.BgClassName
{
background-color: #B7CF3A;
}
</style>
border-color css
<style>
span { border-color: #B7CF3A; }
span { border-color: rgb(183,207,58); }
td.TdClassName
{
border-color: #B7CF3A;
}
.TagClassName
{
border-color: #B7CF3A;
}
</style>