Shades of Fuego #B9C335
Tints of Fuego #B9C335
RGB
CMYK
RGB Variations
Color information
#B9C335 (or 0xB9C335) is known color: Fuego. HEX triplet: B9, C3 and 35. RGB value is (185,195,53). Sum of RGB (Red+Green+Blue) = 185+195+53=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 195 (76.56% from 255 or 45.03% from 433); Blue value is 53 (21.09% from 255 or 12.24% from 433); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C335 is #463CCA. Grayscale: #B0B0B0. Windows color (decimal): -4603083 or 3523513. OLE color: 3523513.
HSL color Cylindrical-coordinate representation of color #B9C335: hue angle of 64.23º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B9C335 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 195 | 53 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.24 |
| HSL | 64.23º | 0.57% | 0.49% | - |
| HSV(B) | 64.23º | 0.73% | 0.76% | - |
| XYZ | 40.17 | 49.6 | 10.83 | - |
| YUV | 175.82 | 58.69 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 195 | 53 | 0.05 | 0 | 0.73 | 0.24 | 64.23 | 0.57 | 0.49 |
| Hex | B9 | C3 | 35 | 5 | 0 | 49 | 18 | 40 | 39 | 31 |
| Octal | 271 | 303 | 65 | 5 | 0 | 111 | 30 | 100 | 71 | 61 |
| Binary | 10111001 | 11000011 | 110101 | 101 | 0 | 1001001 | 11000 | 1000000 | 111001 | 110001 |
Color Harmonies of #B9C335
Complementary color
Monochromatic Colors of #B9C335
Black with #B9C335
Text Example
Text Example
White with #B9C335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C335; }
p { color: rgb(185,195,53); }
H1.HeaderClassName
{
color: #B9C335;
}
.AnyTagClassName
{
color: #B9C335;
}
</style>
background-color css
<style>
a { background-color: #B9C335; }
a { background-color: rgb(185,195,53); }
div.DivClassName
{
background-color: #B9C335;
}
.BgClassName
{
background-color: #B9C335;
}
</style>
border-color css
<style>
span { border-color: #B9C335; }
span { border-color: rgb(185,195,53); }
td.TdClassName
{
border-color: #B9C335;
}
.TagClassName
{
border-color: #B9C335;
}
</style>