Shades of Fuego #BDCB37
Tints of Fuego #BDCB37
RGB
CMYK
RGB Variations
Color information
#BDCB37 (or 0xBDCB37) is known color: Fuego. HEX triplet: BD, CB and 37. RGB value is (189,203,55). Sum of RGB (Red+Green+Blue) = 189+203+55=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 203 (79.69% from 255 or 45.41% from 447); Blue value is 55 (21.88% from 255 or 12.30% from 447); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCB37 is #4234C8. Grayscale: #B6B6B6. Windows color (decimal): -4338889 or 3656637. OLE color: 3656637.
HSL color Cylindrical-coordinate representation of color #BDCB37: hue angle of 65.68º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDCB37 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 203 | 55 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.20 |
| HSL | 65.68º | 0.59% | 0.51% | - |
| HSV(B) | 65.68º | 0.73% | 0.8% | - |
| XYZ | 43.03 | 53.81 | 11.73 | - |
| YUV | 181.94 | 56.36 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 55 | 0.07 | 0 | 0.73 | 0.20 | 65.68 | 0.59 | 0.51 |
| Hex | BD | CB | 37 | 7 | 0 | 49 | 14 | 42 | 3B | 33 |
| Octal | 275 | 313 | 67 | 7 | 0 | 111 | 24 | 102 | 73 | 63 |
| Binary | 10111101 | 11001011 | 110111 | 111 | 0 | 1001001 | 10100 | 1000010 | 111011 | 110011 |
Color Harmonies of #BDCB37
Complementary color
Monochromatic Colors of #BDCB37
Black with #BDCB37
Text Example
Text Example
White with #BDCB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCB37; }
p { color: rgb(189,203,55); }
H1.HeaderClassName
{
color: #BDCB37;
}
.AnyTagClassName
{
color: #BDCB37;
}
</style>
background-color css
<style>
a { background-color: #BDCB37; }
a { background-color: rgb(189,203,55); }
div.DivClassName
{
background-color: #BDCB37;
}
.BgClassName
{
background-color: #BDCB37;
}
</style>
border-color css
<style>
span { border-color: #BDCB37; }
span { border-color: rgb(189,203,55); }
td.TdClassName
{
border-color: #BDCB37;
}
.TagClassName
{
border-color: #BDCB37;
}
</style>