Shades of Fuego #B0CA32
Tints of Fuego #B0CA32
RGB
CMYK
RGB Variations
Color information
#B0CA32 (or 0xB0CA32) is known color: Fuego. HEX triplet: B0, CA and 32. RGB value is (176,202,50). Sum of RGB (Red+Green+Blue) = 176+202+50=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 202 (79.30% from 255 or 47.20% from 428); Blue value is 50 (19.92% from 255 or 11.68% from 428); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CA32 is #4F35CD. Grayscale: #B1B1B1. Windows color (decimal): -5191118 or 3328688. OLE color: 3328688.
HSL color Cylindrical-coordinate representation of color #B0CA32: hue angle of 70.26º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B0CA32 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 202 | 50 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.21 |
| HSL | 70.26º | 0.6% | 0.49% | - |
| HSV(B) | 70.26º | 0.75% | 0.79% | - |
| XYZ | 39.6 | 51.7 | 10.91 | - |
| YUV | 176.9 | 56.39 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 202 | 50 | 0.13 | 0 | 0.75 | 0.21 | 70.26 | 0.6 | 0.49 |
| Hex | B0 | CA | 32 | D | 0 | 4B | 15 | 46 | 3C | 31 |
| Octal | 260 | 312 | 62 | 15 | 0 | 113 | 25 | 106 | 74 | 61 |
| Binary | 10110000 | 11001010 | 110010 | 1101 | 0 | 1001011 | 10101 | 1000110 | 111100 | 110001 |
Color Harmonies of #B0CA32
Complementary color
Monochromatic Colors of #B0CA32
Black with #B0CA32
Text Example
Text Example
White with #B0CA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CA32; }
p { color: rgb(176,202,50); }
H1.HeaderClassName
{
color: #B0CA32;
}
.AnyTagClassName
{
color: #B0CA32;
}
</style>
background-color css
<style>
a { background-color: #B0CA32; }
a { background-color: rgb(176,202,50); }
div.DivClassName
{
background-color: #B0CA32;
}
.BgClassName
{
background-color: #B0CA32;
}
</style>
border-color css
<style>
span { border-color: #B0CA32; }
span { border-color: rgb(176,202,50); }
td.TdClassName
{
border-color: #B0CA32;
}
.TagClassName
{
border-color: #B0CA32;
}
</style>