#BECD37

Color #BECD37 Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #BECD37

Tints of Fuego #BECD37

Color information

#BECD37 (or 0xBECD37) is unknown color: approx Fuego. HEX triplet: BE, CD and 37. RGB value is (190,205,55). Sum of RGB (Red+Green+Blue) = 190+205+55=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 205 (80.47% from 255 or 45.56% from 450); Blue value is 55 (21.88% from 255 or 12.22% from 450); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECD37 is #4132C8. Grayscale: #B8B8B8. Windows color (decimal): -4272841 or 3657150. OLE color: 3657150.

HSL color Cylindrical-coordinate representation of color #BECD37: hue angle of 66º degrees, saturation: 0.6, 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 #BECD37 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB19020555-
CMYK0.0700.730.20
HSL66º60%50.98%-
HSV(B)66º73.17%80.39%-
XYZ43.7654.8911.9-
YUV183.4255.53132.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 42.22%
GREEN value IS 205 (80.47% from 255) = 45.56%
BLUE value IS 55 (21.88% from 255) = 12.22%
R=42.22%
G=45.56%
B=12.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal190205550.0700.730.20666050.98
HexBECD37704914423c33
Octal2763156770111241027463
Binary101111101100110111011111101001001101001000010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECD37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECD37; }

 p { color: rgb(190,205,55); }

 H1.HeaderClassName
 {
   color: #BECD37;
 }
 .AnyTagClassName
 {
   color: #BECD37;
 }
</style>
background-color css

<style>
 a { background-color: #BECD37; }

 a { background-color: rgb(190,205,55); }

 div.DivClassName
 {
   background-color: #BECD37;
 }
 .BgClassName
 {
   background-color: #BECD37;
 }
</style>
border-color css

<style>
 span { border-color: #BECD37; }

 span { border-color: rgb(190,205,55); }

 td.TdClassName
 {
   border-color: #BECD37;
 }
 .TagClassName
 {
   border-color: #BECD37;
 }
</style>