Shades of Fuego #B7CB32
Tints of Fuego #B7CB32
RGB
CMYK
RGB Variations
Color information
#B7CB32 (or 0xB7CB32) is known color: Fuego. HEX triplet: B7, CB and 32. RGB value is (183,203,50). Sum of RGB (Red+Green+Blue) = 183+203+50=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 50 (19.92% from 255 or 11.47% from 436); Max value from RGB is 203 - color contains mainly: green. Hex color #B7CB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7CB32 is #4834CD. Grayscale: #B4B4B4. Windows color (decimal): -4732110 or 3328951. OLE color: 3328951.
HSL color Cylindrical-coordinate representation of color #B7CB32: hue angle of 67.84º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7CB32 is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 203 | 50 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.20 |
| HSL | 67.84º | 0.6% | 0.5% | - |
| HSV(B) | 67.84º | 0.75% | 0.8% | - |
| XYZ | 41.46 | 53.01 | 11.06 | - |
| YUV | 179.58 | 54.87 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 203 | 50 | 0.10 | 0 | 0.75 | 0.20 | 67.84 | 0.6 | 0.5 |
| Hex | B7 | CB | 32 | A | 0 | 4B | 14 | 44 | 3C | 32 |
| Octal | 267 | 313 | 62 | 12 | 0 | 113 | 24 | 104 | 74 | 62 |
| Binary | 10110111 | 11001011 | 110010 | 1010 | 0 | 1001011 | 10100 | 1000100 | 111100 | 110010 |
Color Harmonies of #B7CB32
Complementary color
Monochromatic Colors of #B7CB32
Black with #B7CB32
Text Example
Text Example
White with #B7CB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CB32; }
p { color: rgb(183,203,50); }
H1.HeaderClassName
{
color: #B7CB32;
}
.AnyTagClassName
{
color: #B7CB32;
}
</style>
background-color css
<style>
a { background-color: #B7CB32; }
a { background-color: rgb(183,203,50); }
div.DivClassName
{
background-color: #B7CB32;
}
.BgClassName
{
background-color: #B7CB32;
}
</style>
border-color css
<style>
span { border-color: #B7CB32; }
span { border-color: rgb(183,203,50); }
td.TdClassName
{
border-color: #B7CB32;
}
.TagClassName
{
border-color: #B7CB32;
}
</style>