Shades of Fuego #B9C739
Tints of Fuego #B9C739
RGB
CMYK
RGB Variations
Color information
#B9C739 (or 0xB9C739) is known color: Fuego. HEX triplet: B9, C7 and 39. RGB value is (185,199,57). Sum of RGB (Red+Green+Blue) = 185+199+57=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 199 (78.12% from 255 or 45.12% from 441); Blue value is 57 (22.66% from 255 or 12.93% from 441); Max value from RGB is 199 - color contains mainly: green. Hex color #B9C739 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C739 is #4638C6. Grayscale: #B3B3B3. Windows color (decimal): -4602055 or 3786681. OLE color: 3786681.
HSL color Cylindrical-coordinate representation of color #B9C739: hue angle of 65.92º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9C739 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 199 | 57 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.22 |
| HSL | 65.92º | 0.56% | 0.5% | - |
| HSV(B) | 65.92º | 0.71% | 0.78% | - |
| XYZ | 41.17 | 51.46 | 11.63 | - |
| YUV | 178.63 | 59.36 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 199 | 57 | 0.07 | 0 | 0.71 | 0.22 | 65.92 | 0.56 | 0.5 |
| Hex | B9 | C7 | 39 | 7 | 0 | 47 | 16 | 42 | 38 | 32 |
| Octal | 271 | 307 | 71 | 7 | 0 | 107 | 26 | 102 | 70 | 62 |
| Binary | 10111001 | 11000111 | 111001 | 111 | 0 | 1000111 | 10110 | 1000010 | 111000 | 110010 |
Color Harmonies of #B9C739
Complementary color
Monochromatic Colors of #B9C739
Black with #B9C739
Text Example
Text Example
White with #B9C739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C739; }
p { color: rgb(185,199,57); }
H1.HeaderClassName
{
color: #B9C739;
}
.AnyTagClassName
{
color: #B9C739;
}
</style>
background-color css
<style>
a { background-color: #B9C739; }
a { background-color: rgb(185,199,57); }
div.DivClassName
{
background-color: #B9C739;
}
.BgClassName
{
background-color: #B9C739;
}
</style>
border-color css
<style>
span { border-color: #B9C739; }
span { border-color: rgb(185,199,57); }
td.TdClassName
{
border-color: #B9C739;
}
.TagClassName
{
border-color: #B9C739;
}
</style>